<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-14788882</id><updated>2012-01-25T20:44:07.638+08:00</updated><title type='text'>G9's Diary...</title><subtitle type='html'>Born in 2005. 1 man, 4 women and 27 students. We Heart G9.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default?start-index=101&amp;max-results=100'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>250</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-14788882.post-1790258141120571150</id><published>2011-05-14T23:36:00.003+08:00</published><updated>2011-05-14T23:39:50.972+08:00</updated><title type='text'>2011 Update</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-8_kjeh_tGmY/Tc6iN55ahYI/AAAAAAAAAJg/wFGitMxU78c/s1600/230925_10150241022326163_523661162_9209329_6895416_n.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://2.bp.blogspot.com/-8_kjeh_tGmY/Tc6iN55ahYI/AAAAAAAAAJg/wFGitMxU78c/s320/230925_10150241022326163_523661162_9209329_6895416_n.jpg" alt="" id="BLOGGER_PHOTO_ID_5606596945886479746" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The blog looks awfully quiet. Here goes!&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-1790258141120571150?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/1790258141120571150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=1790258141120571150' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1790258141120571150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1790258141120571150'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2011/05/2011-update.html' title='2011 Update'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-8_kjeh_tGmY/Tc6iN55ahYI/AAAAAAAAAJg/wFGitMxU78c/s72-c/230925_10150241022326163_523661162_9209329_6895416_n.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-4337231971842362038</id><published>2009-04-21T21:41:00.012+08:00</published><updated>2009-04-21T22:47:36.996+08:00</updated><title type='text'>boys outing! we rock!</title><content type='html'>&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 240px; DISPLAY: block; HEIGHT: 320px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5327145684672112578" border="0" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/Se3Sxpmi58I/AAAAAAAAAHQ/-AGR31uUDnw/s320/IMG_2587.JPG" /&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 240px; DISPLAY: block; HEIGHT: 320px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5327143139218008034" border="0" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/Se3QdfC_p-I/AAAAAAAAAHI/g1ZD0ojEZ6U/s320/IMG_2586.JPG" /&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 320px; DISPLAY: block; HEIGHT: 240px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5327150350691263250" border="0" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/Se3XBP4M4xI/AAAAAAAAAHo/P80jbi5V4Bc/s320/IMG_2590.JPG" /&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 240px; DISPLAY: block; HEIGHT: 320px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5327149176917938242" border="0" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/Se3V87O1UEI/AAAAAAAAAHg/Vv5krngioRA/s320/IMG_2589.JPG" /&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 320px; DISPLAY: block; HEIGHT: 240px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5327147361196779442" border="0" alt="" src="http://3.bp.blogspot.com/_hrpkjmSe7ZE/Se3UTPJLJ7I/AAAAAAAAAHY/PW1hzJ93CXg/s320/IMG_2588.JPG" /&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 320px; DISPLAY: block; HEIGHT: 240px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5327151341118549426" border="0" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/Se3X65gd7bI/AAAAAAAAAHw/pKlA6puMl5I/s320/IMG_2591.JPG" /&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 320px; DISPLAY: block; HEIGHT: 240px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5327155687668013074" border="0" alt="" src="http://2.bp.blogspot.com/_hrpkjmSe7ZE/Se3b35qnWBI/AAAAAAAAAII/vMzSJ99M3so/s320/IMG_2593.JPG" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-4337231971842362038?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/4337231971842362038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=4337231971842362038' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4337231971842362038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4337231971842362038'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2009/04/boys-outing-we-rock.html' title='boys outing! we rock!'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_hrpkjmSe7ZE/Se3Sxpmi58I/AAAAAAAAAHQ/-AGR31uUDnw/s72-c/IMG_2587.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-5438484857812316081</id><published>2008-09-17T21:13:00.006+08:00</published><updated>2008-09-19T00:00:50.939+08:00</updated><title type='text'>jh and pm in singapore today :)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNEDZQ0MQJI/AAAAAAAAAGQ/SIDu-OCSG9c/s1600-h/Image027.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNEDZQ0MQJI/AAAAAAAAAGQ/SIDu-OCSG9c/s320/Image027.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246978773408825490" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNEDZuRXhnI/AAAAAAAAAGY/oBzEbvJt_gQ/s1600-h/Image033.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNEDZuRXhnI/AAAAAAAAAGY/oBzEbvJt_gQ/s320/Image033.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246978781315827314" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_NWvp9V0E_Dw/SNEDZ62LfII/AAAAAAAAAGg/LVScSOk3uzE/s1600-h/Image034.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_NWvp9V0E_Dw/SNEDZ62LfII/AAAAAAAAAGg/LVScSOk3uzE/s320/Image034.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246978784691453058" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNEDaPPJFEI/AAAAAAAAAGo/-hpbLGB9x1A/s1600-h/Image036.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNEDaPPJFEI/AAAAAAAAAGo/-hpbLGB9x1A/s320/Image036.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246978790164862018" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_NWvp9V0E_Dw/SNEDaU9hiZI/AAAAAAAAAGw/se5JKcfgBIE/s1600-h/Image042.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_NWvp9V0E_Dw/SNEDaU9hiZI/AAAAAAAAAGw/se5JKcfgBIE/s320/Image042.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246978791701580178" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_NWvp9V0E_Dw/SNED3eX6OkI/AAAAAAAAAG4/148iD7wrndQ/s1600-h/Image056.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_NWvp9V0E_Dw/SNED3eX6OkI/AAAAAAAAAG4/148iD7wrndQ/s320/Image056.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246979292444375618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_NWvp9V0E_Dw/SNED3pNWZNI/AAAAAAAAAHA/Xbc-HtS283k/s1600-h/Image050.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_NWvp9V0E_Dw/SNED3pNWZNI/AAAAAAAAAHA/Xbc-HtS283k/s320/Image050.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246979295352874194" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNED35fuIwI/AAAAAAAAAHI/3Pz8Xg9aDuU/s1600-h/Image045.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNED35fuIwI/AAAAAAAAAHI/3Pz8Xg9aDuU/s320/Image045.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5246979299724894978" /&gt;&lt;/a&gt;&lt;br /&gt;“积灰”背后的佩敏&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-5438484857812316081?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/5438484857812316081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=5438484857812316081' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/5438484857812316081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/5438484857812316081'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/09/jh-and-pm-in-singapore-today.html' title='jh and pm in singapore today :)'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_NWvp9V0E_Dw/SNEDZQ0MQJI/AAAAAAAAAGQ/SIDu-OCSG9c/s72-c/Image027.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-4176134747844066788</id><published>2008-07-30T19:46:00.007+08:00</published><updated>2008-08-11T02:38:01.314+08:00</updated><title type='text'>2008 Ball</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://bp1.blogger.com/_hrpkjmSe7ZE/SJBVUGuXUpI/AAAAAAAAAE8/c2eoMNOjOOA/s1600-h/DSC00719.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5228772971267969682" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_hrpkjmSe7ZE/SJBVUGuXUpI/AAAAAAAAAE8/c2eoMNOjOOA/s320/DSC00719.JPG" border="0" /&gt;&lt;/a&gt; &lt;span style="font-size:85%;"&gt;The Cheras taiko and the Bandar Utama mafia&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt; &lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5228772979070594882" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_hrpkjmSe7ZE/SJBVUjyp70I/AAAAAAAAAFE/JLemXuzvJuY/s320/DSC00721.JPG" border="0" /&gt;a &lt;span style="font-size:85%;"&gt;friend, ashwin, chin aun and me&lt;/span&gt;&lt;/div&gt;&lt;p align="left"&gt;18 days remaining in india! woohoo!! we are cmg back&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-4176134747844066788?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/4176134747844066788/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=4176134747844066788' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4176134747844066788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4176134747844066788'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/07/2008-ball.html' title='2008 Ball'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_hrpkjmSe7ZE/SJBVUGuXUpI/AAAAAAAAAE8/c2eoMNOjOOA/s72-c/DSC00719.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-8389189602172867974</id><published>2008-03-28T01:11:00.011+08:00</published><updated>2008-03-28T01:45:18.111+08:00</updated><title type='text'>My North India Trip 2008</title><content type='html'>Just wanted to post some random pics that i took during my North India Trip.&lt;br /&gt;I went around north india last month (end of feb till end of march). Instead of going home, i sacrificed yong tau foo, chicken rice, bak kut teh and traded for tibetian food, fine dining in Delhi, japanese and korean food and of course more indian food!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5182471842947773602" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_hrpkjmSe7ZE/R-vWruldtKI/AAAAAAAAAD8/26J35r6hlcc/s320/DSC00701.JPG" border="0" /&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;em&gt;In Mumbai&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5182472405588489394" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/R-vXMeldtLI/AAAAAAAAAEE/0k2lVPl5GGw/s320/DSC01028.JPG" border="0" /&gt; &lt;p align="center"&gt; &lt;em&gt;Udaipur&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5182472981114107074" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_hrpkjmSe7ZE/R-vXt-ldtMI/AAAAAAAAAEM/Nv0kvABH4Nc/s320/DSC01265.JPG" border="0" /&gt;&lt;em&gt;Dharamsala&lt;/em&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5182474037676061906" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/R-vYreldtNI/AAAAAAAAAEU/mv2Ez01Djf0/s320/DSC01342.JPG" border="0" /&gt;&lt;em&gt;Me and the hideous skiing outfit&lt;/em&gt;&lt;/p&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;em&gt;&lt;img id="BLOGGER_PHOTO_ID_5182474531597300962" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_hrpkjmSe7ZE/R-vZIOldtOI/AAAAAAAAAEc/Vecj9HBaORw/s320/DSC01108.JPG" border="0" /&gt;&lt;/em&gt;&lt;em&gt;camped in the desert for a night&lt;/em&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5182478083535254786" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_hrpkjmSe7ZE/R-vcW-ldtQI/AAAAAAAAAEs/VkU2BusTS60/s320/DSC01592.JPG" border="0" /&gt;&lt;em&gt;Toy Train ride&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5182478534506820882" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_hrpkjmSe7ZE/R-vcxOldtRI/AAAAAAAAAE0/mTOZ9BFg6DU/s320/DSC01779.JPG" border="0" /&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;em&gt;fine dining in Delhi after having my haircut&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5182475308986381554" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/R-vZ1eldtPI/AAAAAAAAAEk/BTIwCsmF1bo/s320/DSC01792.JPG" border="0" /&gt;&lt;em&gt;and of course, Taj Mahal&lt;/em&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-8389189602172867974?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/8389189602172867974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=8389189602172867974' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8389189602172867974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8389189602172867974'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/03/my-north-india-trip-2008.html' title='My North India Trip 2008'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_hrpkjmSe7ZE/R-vWruldtKI/AAAAAAAAAD8/26J35r6hlcc/s72-c/DSC00701.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-7658418772240285068</id><published>2008-02-25T15:02:00.003+08:00</published><updated>2008-02-25T15:19:59.720+08:00</updated><title type='text'>ca gathering</title><content type='html'>Hello...sometime earlier this month 2 years ago...at ca gatherin..i took quite afew pics of tat night...but i havent give u all see yet...=p...so heres some pics of tat night..&lt;br /&gt;     &lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R8Jqn1xuIHI/AAAAAAAAAHU/-yMg_ddHMw8/s1600-h/DSCN2105.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5170812554857816178" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R8Jqn1xuIHI/AAAAAAAAAHU/-yMg_ddHMw8/s320/DSCN2105.JPG" border="0" /&gt;&lt;/a&gt;                                                                   mei sin so strong!!!!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R8Jqo1xuIII/AAAAAAAAAHc/VMctgCB__8I/s1600-h/DSCN2119.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5170812572037685378" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R8Jqo1xuIII/AAAAAAAAAHc/VMctgCB__8I/s320/DSCN2119.JPG" border="0" /&gt;&lt;/a&gt;                                                                    random pic...=p&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R8JqpVxuIJI/AAAAAAAAAHk/KWiDAniPAKc/s1600-h/DSCN2130.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5170812580627619986" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R8JqpVxuIJI/AAAAAAAAAHk/KWiDAniPAKc/s320/DSCN2130.JPG" border="0" /&gt;&lt;/a&gt;                                                        sze lookin cool wif the fan&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R8JqplxuIKI/AAAAAAAAAHs/osv7QRcqqsI/s1600-h/DSCN2137.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5170812584922587298" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R8JqplxuIKI/AAAAAAAAAHs/osv7QRcqqsI/s320/DSCN2137.JPG" border="0" /&gt;&lt;/a&gt;                                                         erm...another random pic....&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R8JqqFxuILI/AAAAAAAAAH0/y2hDdF5b0pk/s1600-h/DSCN2155.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5170812593512521906" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R8JqqFxuILI/AAAAAAAAAH0/y2hDdF5b0pk/s320/DSCN2155.JPG" border="0" /&gt;&lt;/a&gt;                                                        gettin ready for hibernation...=p&lt;br /&gt;                                                    &lt;/p&gt;&lt;p&gt;have a nice week....all the best to next sem to those in aussies...hope you girls in Newcastle enjoyed ur 1st week and comin 2nd week..=p ..and to tsan have fun on ur 1st day..=p&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-7658418772240285068?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/7658418772240285068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=7658418772240285068' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/7658418772240285068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/7658418772240285068'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/02/ca-gathering.html' title='ca gathering'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CZCvq0Qr6ew/R8Jqn1xuIHI/AAAAAAAAAHU/-yMg_ddHMw8/s72-c/DSCN2105.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-2043901016092893947</id><published>2008-02-19T11:14:00.003+08:00</published><updated>2008-02-19T11:24:51.211+08:00</updated><title type='text'>Watch it!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/jeanfong.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/jeanfong.jpg" alt="" border="0" /&gt;&lt;/a&gt;photo taken from &lt;a href="http://nickchhan.com/2008/02/16/part-1-day-one-of-malaysian-dreamgirl-auditions/"&gt;Nick Chhan.&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;if you all do follow &lt;a href="http://kennysia.com/"&gt;kennysia's blog&lt;/a&gt; as frequently as i do:&lt;br /&gt;&lt;br /&gt;Jean made it through the Malaysian Dreamgirl audition and is now one of the contestants.&lt;br /&gt;&lt;br /&gt;can watch it on &lt;a href="http://www.malaysiandreamgirl.tv/"&gt;http://www.malaysiandreamgirl.tv/&lt;/a&gt;&lt;br /&gt;(should be out by March 6, 2008)&lt;br /&gt;&lt;br /&gt;more about &lt;a href="http://www.kennysia.com/archives/2008/01/malaysian_dream.php"&gt;Malaysian Dreamgirl&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-2043901016092893947?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/2043901016092893947/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=2043901016092893947' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2043901016092893947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2043901016092893947'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/02/watch-it.html' title='Watch it!'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i152.photobucket.com/albums/s199/yeppcg/blogs/th_jeanfong.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-2340332959732795190</id><published>2008-02-18T13:42:00.003+08:00</published><updated>2008-02-18T13:54:47.602+08:00</updated><title type='text'>group pics</title><content type='html'>happy belated valentines day...n happy holz to india gang..=p&lt;br /&gt;since i don ahve any valentine day pics...n i dont have any CNY pics to post up liao....i think i'll juz post random group pics for this week..=p&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R7kcwlxuIDI/AAAAAAAAAG0/u3fu9IClvZQ/s1600-h/random+7.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5168193668484309042" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R7kcwlxuIDI/AAAAAAAAAG0/u3fu9IClvZQ/s320/random+7.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R7kcxFxuIEI/AAAAAAAAAG8/wqMpJouIyJA/s1600-h/61%5B2%5D.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5168193677074243650" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R7kcxFxuIEI/AAAAAAAAAG8/wqMpJouIyJA/s320/61%5B2%5D.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R7kcxVxuIFI/AAAAAAAAAHE/W3SVhz65UkA/s1600-h/Sept+stuff+050.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5168193681369210962" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R7kcxVxuIFI/AAAAAAAAAHE/W3SVhz65UkA/s320/Sept+stuff+050.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R7kcxlxuIGI/AAAAAAAAAHM/_AiLwz1qyDo/s1600-h/random+5.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5168193685664178274" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R7kcxlxuIGI/AAAAAAAAAHM/_AiLwz1qyDo/s320/random+5.jpg" border="0" /&gt;&lt;/a&gt; anyone know how mr yong's baby is doing???anybody went back taylors ar this time??&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-2340332959732795190?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/2340332959732795190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=2340332959732795190' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2340332959732795190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2340332959732795190'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/02/group-pics.html' title='group pics'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_CZCvq0Qr6ew/R7kcwlxuIDI/AAAAAAAAAG0/u3fu9IClvZQ/s72-c/random+7.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-8434110357972896496</id><published>2008-02-10T23:22:00.000+08:00</published><updated>2008-02-10T23:33:55.022+08:00</updated><title type='text'>happy CNY</title><content type='html'>HELoo....happy chinese new year everyone....hope everyone is gettin big fat red ang pows and gettin rich wif gambling.... below are pics taken at juens place during the 2006 chinese new year gathering....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5165373232180502562" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R68XllxuICI/AAAAAAAAAGs/hI2RHkwoDLw/s320/P2040080.jpg" border="0" /&gt;&lt;img id="BLOGGER_PHOTO_ID_5165373227885535250" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R68XlVxuIBI/AAAAAAAAAGk/WKnc7EqDbf8/s320/P2040061.jpg" border="0" /&gt;hope u guys have a prosperous new year and are ready for uni again(for those in aus at least)..=p.....&lt;/p&gt;&lt;p&gt;gong hei fatt choi&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-8434110357972896496?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/8434110357972896496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=8434110357972896496' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8434110357972896496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8434110357972896496'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/02/happy-cny.html' title='happy CNY'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CZCvq0Qr6ew/R68XllxuICI/AAAAAAAAAGs/hI2RHkwoDLw/s72-c/P2040080.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-1355322316904173515</id><published>2008-02-04T17:30:00.000+08:00</published><updated>2008-02-04T17:36:20.421+08:00</updated><title type='text'>the myriad faces of the guys of g9(some of them)</title><content type='html'>I'll juz let the pictures do the talkin.....=p&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R6bcGFvocOI/AAAAAAAAAF8/aik7eFYUGgo/s1600-h/July+and+August+stuff+146.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5163056020006138082" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R6bcGFvocOI/AAAAAAAAAF8/aik7eFYUGgo/s320/July+and+August+stuff+146.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R6bcGVvocPI/AAAAAAAAAGE/Gipb9naxS4M/s1600-h/July+and+August+stuff+139.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5163056024301105394" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R6bcGVvocPI/AAAAAAAAAGE/Gipb9naxS4M/s320/July+and+August+stuff+139.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R6bcGlvocQI/AAAAAAAAAGM/g2XXL_SxXeA/s1600-h/July+and+August+stuff+111.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5163056028596072706" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R6bcGlvocQI/AAAAAAAAAGM/g2XXL_SxXeA/s320/July+and+August+stuff+111.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R6bcG1vocRI/AAAAAAAAAGU/V1sMSNicaXs/s1600-h/July+and+August+stuff+096.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5163056032891040018" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R6bcG1vocRI/AAAAAAAAAGU/V1sMSNicaXs/s320/July+and+August+stuff+096.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R6bcHFvocSI/AAAAAAAAAGc/IzmfWf7g4YA/s1600-h/Sept+stuff+039.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5163056037186007330" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R6bcHFvocSI/AAAAAAAAAGc/IzmfWf7g4YA/s320/Sept+stuff+039.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-1355322316904173515?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/1355322316904173515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=1355322316904173515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1355322316904173515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1355322316904173515'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/02/myriad-faces-of-guys-of-g9some-of-them.html' title='the myriad faces of the guys of g9(some of them)'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CZCvq0Qr6ew/R6bcGFvocOI/AAAAAAAAAF8/aik7eFYUGgo/s72-c/July+and+August+stuff+146.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-6974241077926198553</id><published>2008-01-28T19:16:00.000+08:00</published><updated>2008-01-28T19:39:35.419+08:00</updated><title type='text'>black theme day</title><content type='html'>&lt;div&gt;So yea....as the title says...today all the pics will have black in it..........lolz&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R526xVvocII/AAAAAAAAAFM/HozUP7zlrtk/s1600-h/55%5B1%5D.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5160486104849739906" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R526xVvocII/AAAAAAAAAFM/HozUP7zlrtk/s320/55%5B1%5D.JPG" border="0" /&gt;&lt;/a&gt;                                at some lecture theatre attending some..seminar wassit??&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R526x1vocJI/AAAAAAAAAFU/9kAKjn9YUvY/s1600-h/girls+1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5160486113439674514" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R526x1vocJI/AAAAAAAAAFU/9kAKjn9YUvY/s320/girls+1.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R526yFvocKI/AAAAAAAAAFc/nZS9hWY7o9w/s1600-h/girls+3.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5160486117734641826" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R526yFvocKI/AAAAAAAAAFc/nZS9hWY7o9w/s320/girls+3.jpg" border="0" /&gt;&lt;/a&gt;one of the last few days of class, where coincidently all the girls were wearing black...tat is if ur imaginig mei sin n syen wearin black as well in the pic..=p....&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R526yVvocLI/AAAAAAAAAFk/xQjgUUKo5dc/s1600-h/July+and+August+stuff+189.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5160486122029609138" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R526yVvocLI/AAAAAAAAAFk/xQjgUUKo5dc/s320/July+and+August+stuff+189.jpg" border="0" /&gt;&lt;/a&gt;                           n of coz...lets not forget skizzik's signature black shirts....=p....&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R526ylvocMI/AAAAAAAAAFs/Frz42InDYa4/s1600-h/Sept+stuff+098.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5160486126324576450" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R526ylvocMI/AAAAAAAAAFs/Frz42InDYa4/s320/Sept+stuff+098.jpg" border="0" /&gt;&lt;/a&gt;                                    a random shot of ca...i think it was jh hu took this pic&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;div&gt;&lt;img id="BLOGGER_PHOTO_ID_5160489377614819538" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R529v1vocNI/AAAAAAAAAF0/cCOFAVw_dx0/s320/Picture+034.jpg" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;n speakin of jh...i din noe i had this pic till juz now....don u think they juz look lovely together??..=p....many wishes to u 2(India gang....got any updates or watsoever from ur side??...=p)&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-6974241077926198553?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/6974241077926198553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=6974241077926198553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6974241077926198553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6974241077926198553'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/01/black-theme-day.html' title='black theme day'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CZCvq0Qr6ew/R526xVvocII/AAAAAAAAAFM/HozUP7zlrtk/s72-c/55%5B1%5D.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-1549663305149075359</id><published>2008-01-21T19:20:00.000+08:00</published><updated>2008-01-22T15:54:43.923+08:00</updated><title type='text'>car wash</title><content type='html'>Hello everyone,&lt;br /&gt;frankly i don noe wat theme to post for this week, so i tot i post our first class activity together....car wash! for SAM charity drive...got competition somemore from another class...&lt;br /&gt;those good old first days of college...anyone remember how much we earned?????&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R5SA-ttl0JI/AAAAAAAAAEs/4zMbrWE6FZA/s1600-h/P4270002.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5157889288157122706" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R5SA-ttl0JI/AAAAAAAAAEs/4zMbrWE6FZA/s320/P4270002.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R5SA_dtl0KI/AAAAAAAAAE0/Yz7ZvBjN_wY/s1600-h/P4280012.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5157889301042024610" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R5SA_dtl0KI/AAAAAAAAAE0/Yz7ZvBjN_wY/s320/P4280012.JPG" border="0" /&gt;&lt;/a&gt; &lt;img id="BLOGGER_PHOTO_ID_5158205424463836834" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_hrpkjmSe7ZE/R5WggROo9qI/AAAAAAAAADs/iTkGTK7SKbo/s320/G9+(22).JPG" border="0" /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R5SA_ttl0LI/AAAAAAAAAE8/5q_hTcOHLEU/s1600-h/P4280022.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5157889305336991922" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R5SA_ttl0LI/AAAAAAAAAE8/5q_hTcOHLEU/s320/P4280022.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R5SBANtl0MI/AAAAAAAAAFE/25k-sHCOFIg/s1600-h/P4280023.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5157889313926926530" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R5SBANtl0MI/AAAAAAAAAFE/25k-sHCOFIg/s320/P4280023.JPG" border="0" /&gt;&lt;/a&gt; &lt;img id="BLOGGER_PHOTO_ID_5158204737269069458" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_hrpkjmSe7ZE/R5Wf4ROo9pI/AAAAAAAAADk/VKcTnJyl7-A/s320/G9+(23).JPG" border="0" /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5158205909795141298" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_hrpkjmSe7ZE/R5Wg8hOo9rI/AAAAAAAAAD0/e__Ym0gr-6E/s320/G9+(28).JPG" border="0" /&gt;                                                       *check out mei sin's expression&lt;br /&gt;                        &lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-1549663305149075359?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/1549663305149075359/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=1549663305149075359' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1549663305149075359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1549663305149075359'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/01/car-wash.html' title='car wash'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CZCvq0Qr6ew/R5SA-ttl0JI/AAAAAAAAAEs/4zMbrWE6FZA/s72-c/P4270002.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-1611722493602789251</id><published>2008-01-13T11:34:00.000+08:00</published><updated>2008-01-13T12:12:43.927+08:00</updated><title type='text'>tribute to jan</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R4mPHdtl0II/AAAAAAAAAEk/28PavgcSAL8/s1600-h/DSCN2717.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5154808606899949698" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R4mPHdtl0II/AAAAAAAAAEk/28PavgcSAL8/s320/DSCN2717.JPG" border="0" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;div&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R4mOM9tl0HI/AAAAAAAAAEc/w0jDIxLO27o/s1600-h/DSCN2714.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5154807601877602418" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R4mOM9tl0HI/AAAAAAAAAEc/w0jDIxLO27o/s320/DSCN2714.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R4mNettl0GI/AAAAAAAAAEU/3YSwoq8O_Sk/s1600-h/DSCN2697.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5154806807308652642" style="CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R4mNettl0GI/AAAAAAAAAEU/3YSwoq8O_Sk/s320/DSCN2697.JPG" border="0" /&gt;&lt;/a&gt; ok...i know picture sequence out liao...sorry bout tat....=p...anywayz pics above was 1 year and a day ago....well...reason is self explanatory from the pics anyway...&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;u&gt;&lt;span style="color:#0000ff;"&gt;&lt;/span&gt;&lt;/u&gt;&lt;span style="font-size:+0;"&gt;&lt;/span&gt;&lt;img id="BLOGGER_PHOTO_ID_5154801249620971554" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R4mIbNtl0CI/AAAAAAAAAD0/xlIDWnd3doU/s320/Picture+011.jpg" border="0" /&gt;&lt;img id="BLOGGER_PHOTO_ID_5154801262505873458" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R4mIb9tl0DI/AAAAAAAAAD8/DwsfEJvaW5k/s320/Picture+018.jpg" border="0" /&gt; So congrats to the 1st 2 2005 g9-ians to reach 21st...=p(excluding joon keat...=p)...happy birthday and have a great year ahead....&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-1611722493602789251?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/1611722493602789251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=1611722493602789251' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1611722493602789251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1611722493602789251'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/01/tribute-to-jan.html' title='tribute to jan'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CZCvq0Qr6ew/R4mPHdtl0II/AAAAAAAAAEk/28PavgcSAL8/s72-c/DSCN2717.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-7690860166717169237</id><published>2008-01-07T13:01:00.000+08:00</published><updated>2008-01-07T13:15:48.861+08:00</updated><title type='text'>futsal n klang</title><content type='html'>&lt;img id="BLOGGER_PHOTO_ID_5152596153281662994" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/R4Gy5ttl0BI/AAAAAAAAADs/UVsYKR3hyR0/s320/Sept+stuff+092.jpg" border="0" /&gt;&lt;br /&gt;&lt;p&gt;Hope everyone had a good first few days of the new year....save for those hu started class immediately after the 1st or in the India gang case, exams around the corner...=p....remember to uphold any new year resolutions that you guys made....though i doubt most of us will follow thru or even have one...haha....right no??&lt;/p&gt;&lt;p&gt;Anyway todays pic is during the first Klang outing....Syen taking pics of some...erm...food?or wats left of it...the way Sze and gsc eyes are looking is like watchin Syen do some extraodinary picture taking....=p&lt;img id="BLOGGER_PHOTO_ID_5152596148986695682" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R4Gy5dtl0AI/AAAAAAAAADk/tThS6ZMOLLU/s320/Sept+stuff+078.jpg" border="0" /&gt;2nd pic juz for fun....notice how the guys standing all r lookin serious(xcept for ca wif his grin but nevertheless still somewhat serious)as opposed to the two below in the foreground...=p&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-7690860166717169237?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/7690860166717169237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=7690860166717169237' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/7690860166717169237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/7690860166717169237'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/01/futsal-n-klang.html' title='futsal n klang'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_CZCvq0Qr6ew/R4Gy5ttl0BI/AAAAAAAAADs/UVsYKR3hyR0/s72-c/Sept+stuff+092.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-3623657435580589553</id><published>2008-01-06T11:41:00.000+08:00</published><updated>2008-01-06T12:10:31.539+08:00</updated><title type='text'>Still alive and well...</title><content type='html'>Hey all... I know i have been MIA since xmas eve.. Well i have been a lil busy so here are some pics to speak the thousand words for me on what i have been up to on those two events.. Errmm our blog is private right? And no stranger can look at it right?&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;Here goes:&lt;br /&gt;Xmas eve 2007&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_QHOYARBkVs4/R4BTVQzxfWI/AAAAAAAAASs/nPsUegDZigI/s1600-h/100_2407.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_QHOYARBkVs4/R4BTVQzxfWI/AAAAAAAAASs/nPsUegDZigI/s320/100_2407.JPG" alt="" id="BLOGGER_PHOTO_ID_5152209598466325858" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;New years eve...&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_QHOYARBkVs4/R4BSMwzxfVI/AAAAAAAAASk/y_ocgOuEMbo/s1600-h/DSC04487.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_QHOYARBkVs4/R4BSMwzxfVI/AAAAAAAAASk/y_ocgOuEMbo/s320/DSC04487.JPG" alt="" id="BLOGGER_PHOTO_ID_5152208352925810002" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Work on new years day -1/1/08&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_QHOYARBkVs4/R4BRjQzxfUI/AAAAAAAAASc/WFRxy22N88Q/s1600-h/100_2457.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_QHOYARBkVs4/R4BRjQzxfUI/AAAAAAAAASc/WFRxy22N88Q/s320/100_2457.JPG" alt="" id="BLOGGER_PHOTO_ID_5152207639961238850" border="0" /&gt;&lt;/a&gt;Macho&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_QHOYARBkVs4/R4BQyAzxfTI/AAAAAAAAASU/uNVb6fyEDng/s1600-h/Image085.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_QHOYARBkVs4/R4BQyAzxfTI/AAAAAAAAASU/uNVb6fyEDng/s320/Image085.jpg" alt="" id="BLOGGER_PHOTO_ID_5152206793852681522" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-3623657435580589553?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/3623657435580589553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=3623657435580589553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3623657435580589553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3623657435580589553'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2008/01/still-alive-and-well.html' title='Still alive and well...'/><author><name>Perfectionist Not So Perfect...</name><uri>http://www.blogger.com/profile/13794127158632855094</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://4.bp.blogspot.com/-2zQi0oW1QeA/TsOc3gi0SDI/AAAAAAAAA_0/XdPAtP_pHDk/s220/IMAG0248.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_QHOYARBkVs4/R4BTVQzxfWI/AAAAAAAAASs/nPsUegDZigI/s72-c/100_2407.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-7889529886111301754</id><published>2007-12-31T12:38:00.000+08:00</published><updated>2007-12-31T12:47:55.042+08:00</updated><title type='text'>happy new year</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R3hy4ttlz-I/AAAAAAAAADU/zrJhU30S-RQ/s1600-h/DSCN1851.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5149992492567220194" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R3hy4ttlz-I/AAAAAAAAADU/zrJhU30S-RQ/s320/DSCN1851.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R3hy5Ntlz_I/AAAAAAAAADc/gw3u1DyNJfs/s1600-h/DSCN1852.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5149992501157154802" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R3hy5Ntlz_I/AAAAAAAAADc/gw3u1DyNJfs/s320/DSCN1852.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;01/01/2006....our first g9 new year celebration....hopefully not the last...=p....above are the people present on that day...absent in pic are syen(who had to go back early..=p)...n ian(who sadly was not feeling well tat day)&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;ANywayz happy 2008 to everyone!...have a great year ahead!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-7889529886111301754?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/7889529886111301754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=7889529886111301754' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/7889529886111301754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/7889529886111301754'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/12/happy-new-year.html' title='happy new year'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CZCvq0Qr6ew/R3hy4ttlz-I/AAAAAAAAADU/zrJhU30S-RQ/s72-c/DSCN1851.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-3988755991494865165</id><published>2007-12-23T17:55:00.000+08:00</published><updated>2007-12-23T18:15:41.147+08:00</updated><title type='text'>dec gathering</title><content type='html'>Time flies...almost end of dec de....and here comes the big holiday season(for ang mou countries at least)....anyway exactly 1 year and 2 days ago, we had a bbq gathering so this weeks pic is about it....&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5147107473249526834" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R24y-fPL5DI/AAAAAAAAAC8/0FpzrJkAP1c/s320/DSCN2642.JPG" border="0" /&gt;the girls who were present on tat day....juz noticed we din take a group pic....and no group pics for the guys....but anywayz....below...our chef of the day....ian lim..=p&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5147107477544494146" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R24y-vPL5EI/AAAAAAAAADE/7tkZb-zIKdQ/s320/DSCN2631.JPG" border="0" /&gt;&lt;/p&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5147107486134428754" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R24y_PPL5FI/AAAAAAAAADM/bNvHjqZsISg/s320/DSCN2650.JPG" border="0" /&gt;the last pic for fun....otw lookin "cool"?wif his hair fluttering about...=p...and does anyone have any pics for this gathering???&lt;/p&gt;&lt;p&gt;Lastly Merry Xmas to all~~!!!&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-3988755991494865165?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/3988755991494865165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=3988755991494865165' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3988755991494865165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3988755991494865165'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/12/dec-gathering.html' title='dec gathering'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CZCvq0Qr6ew/R24y-fPL5DI/AAAAAAAAAC8/0FpzrJkAP1c/s72-c/DSCN2642.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-926021114871848716</id><published>2007-12-17T21:18:00.000+08:00</published><updated>2007-12-17T21:47:54.427+08:00</updated><title type='text'>pic of the week</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Hello everyone, havent been updating a long time de...was at sydney for a week..=p&lt;/div&gt;&lt;div&gt;anyway heres this week's belated update....erm....a pic of our 2 treasurers doin a speech...&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5144931226205545490" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R2Z3sPPL5BI/AAAAAAAAACs/MnzT-du0OKU/s320/Picture+005.jpg" border="0" /&gt;somehow huiru here looks like she is singing opera...quite nice pose i think...=p&lt;/p&gt;&lt;br /&gt;&lt;p&gt;anyway to the dec kids...sori for the belated wishes but happy belated birthdays to Sara, otw n huiru....and happy oncoming for pei min..erm...hope im not missin anyone else?? and happy holz to those hu r on holz....&lt;/p&gt;&lt;br /&gt;&lt;p&gt;this is for fun....&lt;br /&gt;&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5144937793210541090" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R2Z9qfPL5CI/AAAAAAAAAC0/yFT4WbLPG7s/s320/DSCN3539.JPG" border="0" /&gt;cute anot???=p&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-926021114871848716?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/926021114871848716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=926021114871848716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/926021114871848716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/926021114871848716'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/12/pic-of-week.html' title='pic of the week'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_CZCvq0Qr6ew/R2Z3sPPL5BI/AAAAAAAAACs/MnzT-du0OKU/s72-c/Picture+005.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-361697316112578422</id><published>2007-12-16T17:42:00.001+08:00</published><updated>2007-12-16T17:47:42.652+08:00</updated><title type='text'>home</title><content type='html'>hi people i'm back in kuantan after all the long journey and passing all the floods!&lt;br /&gt;&lt;br /&gt;guess what i did???&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/RIMG2553.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/RIMG2553.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/RIMG2554.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/RIMG2554.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;sigh...&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-361697316112578422?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/361697316112578422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=361697316112578422' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/361697316112578422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/361697316112578422'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/12/home.html' title='home'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i152.photobucket.com/albums/s199/yeppcg/blogs/th_RIMG2553.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-6367873452396601794</id><published>2007-12-02T21:14:00.000+08:00</published><updated>2007-12-02T21:32:14.994+08:00</updated><title type='text'>after prom...=p</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R1KwO4gEF-I/AAAAAAAAACM/Ya1Q4qVFRsI/s1600-R/DSCN1345.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5139363894514685922" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R1KwO4gEF-I/AAAAAAAAACM/OkpDGJz4h_8/s320/DSCN1345.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R1KwPIgEF_I/AAAAAAAAACU/02xvH-PR6v0/s1600-R/DSCN1347.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5139363898809653234" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R1KwPIgEF_I/AAAAAAAAACU/Al7JqZJ0n58/s320/DSCN1347.JPG" border="0" /&gt;&lt;/a&gt; =p....enjoy the pics..lolz...this is at ian's place after prom and mamak(wearin prom stuf at mamak...felt kinda weird)...=p..and lastly&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;img id="BLOGGER_PHOTO_ID_5139364517284943874" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R1KwzIgEGAI/AAAAAAAAACc/M3W_4UGl7nA/s320/DSCN1340.JPG" border="0" /&gt;g9 group pic...missing are Anil, Amanda, Karpaham, Sara, Kumar, Siew Ying and Jun Keng(yea..where is Amanda, Siew Ying, Anil and Karpaham tat time???i know they came)&lt;/div&gt;&lt;br /&gt;&lt;div&gt;and this is juz for fun...=p&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5139366170847352850" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R1KyTYgEGBI/AAAAAAAAACk/5ypl5acYl2w/s320/DSCN1336.JPG" border="0" /&gt;somehow tz here doesnt seem like he is happy takin picture wif two pretty girls...smile la skizzik...aiyoo.=p&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-6367873452396601794?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/6367873452396601794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=6367873452396601794' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6367873452396601794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6367873452396601794'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/12/after-promp.html' title='after prom...=p'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_CZCvq0Qr6ew/R1KwO4gEF-I/AAAAAAAAACM/OkpDGJz4h_8/s72-c/DSCN1345.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-131950825450704350</id><published>2007-11-26T14:46:00.000+08:00</published><updated>2007-11-26T14:54:29.474+08:00</updated><title type='text'>last nov baby</title><content type='html'>&lt;div&gt;This week pic will be in conjunction with someones upcoming birthday, the last of the nov baby....=p&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;img id="BLOGGER_PHOTO_ID_5137037653317561442" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_CZCvq0Qr6ew/R0psh0vMrGI/AAAAAAAAACE/Sh0Hsg9N_xs/s320/DSCN1333.JPG" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;his hair still as long as ever...for those of u in KL now...seek him out be4 feb....&lt;/p&gt;&lt;p&gt;and to those on holz...happy holz....&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-131950825450704350?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/131950825450704350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=131950825450704350' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/131950825450704350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/131950825450704350'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/last-nov-baby.html' title='last nov baby'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_CZCvq0Qr6ew/R0psh0vMrGI/AAAAAAAAACE/Sh0Hsg9N_xs/s72-c/DSCN1333.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-8764823184688466234</id><published>2007-11-19T15:15:00.000+08:00</published><updated>2007-11-19T15:23:43.984+08:00</updated><title type='text'>funny faces</title><content type='html'>some things ppl would do...&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5134447602722681602" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/R0E45CYkMwI/AAAAAAAAABM/cNeKpu2n4BQ/s320/P1010106.JPG" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;img id="BLOGGER_PHOTO_ID_5134448096643920658" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_hrpkjmSe7ZE/R0E5VyYkMxI/AAAAAAAAABU/ZEEDxKQemo0/s320/P1010116.JPG" border="0" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5134448551910454050" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_hrpkjmSe7ZE/R0E5wSYkMyI/AAAAAAAAABc/muTdR_gJrqk/s320/P1010117.JPG" border="0" /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-8764823184688466234?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/8764823184688466234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=8764823184688466234' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8764823184688466234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8764823184688466234'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/funny-faces.html' title='funny faces'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_hrpkjmSe7ZE/R0E45CYkMwI/AAAAAAAAABM/cNeKpu2n4BQ/s72-c/P1010106.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-67213534839268560</id><published>2007-11-18T23:31:00.000+08:00</published><updated>2007-11-18T23:43:50.647+08:00</updated><title type='text'>prom night</title><content type='html'>helooo...had some trouble thinking of wat pic to put for this week..so in the end since 2 years ago sometime around this time all of us wud have finish exam de n startin to prepare(or goin to prepare) for SAM prom..i might be posting some prom pics for the next few weeks or so....&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/R0BchkvMrEI/AAAAAAAAAB0/1L2UcJEtMNM/s1600-h/DSCN1320.JPG"&gt;&lt;/a&gt;&lt;img id="BLOGGER_PHOTO_ID_5134205620602055762" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/R0Bcz0vMrFI/AAAAAAAAAB8/WnXGINm82D0/s320/DSCN1320.JPG" border="0" /&gt;so here is a pic of 2 guys posing in front of a statue....for some reason which i currently cant think of....enjoy the pic girls..=p&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-67213534839268560?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/67213534839268560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=67213534839268560' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/67213534839268560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/67213534839268560'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/prom-night.html' title='prom night'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CZCvq0Qr6ew/R0Bcz0vMrFI/AAAAAAAAAB8/WnXGINm82D0/s72-c/DSCN1320.JPG' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-2621678987163238778</id><published>2007-11-15T11:31:00.001+08:00</published><updated>2007-11-15T12:29:28.470+08:00</updated><title type='text'>A big 2 O</title><content type='html'>&lt;div align="center"&gt;&lt;span style="font-family:trebuchet ms;color:#ff99ff;"&gt;HAPPY BIRTHDAY MEI SIN!!&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-family:trebuchet ms;color:#ff99ff;"&gt;&lt;/span&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-family:trebuchet ms;color:#ff99ff;"&gt;MAY ALL YOUR WISHES COME TRUE.&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-family:trebuchet ms;color:#ff99ff;"&gt;&lt;/span&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-family:trebuchet ms;color:#ff99ff;"&gt;*hugsss*&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-family:Trebuchet MS;color:#ff99ff;"&gt;&lt;/span&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;span style="font-family:Trebuchet MS;color:#ff99ff;"&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-2621678987163238778?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/2621678987163238778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=2621678987163238778' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2621678987163238778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2621678987163238778'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/big-2-o_15.html' title='A big 2 O'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-1041939245129439401</id><published>2007-11-14T17:45:00.000+08:00</published><updated>2007-11-14T17:50:46.680+08:00</updated><title type='text'>chomp!</title><content type='html'>Today i ate this:&lt;br /&gt;dang dang dang dang!&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/RIMG2383.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/RIMG2383.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;do u all know i actually don't eat this at all before SAM?&lt;br /&gt;&lt;br /&gt;if siew ying had not insisted i take a bite, if she and syen are not such big fans for it, i doubt i would actually eat this thing ever.&lt;br /&gt;&lt;br /&gt;i still do not eat it often... this is the first pack i bought after 1 and a half years here in s'pore. but at least i do not reject eating it.&lt;br /&gt;&lt;br /&gt;it's not too bad after all XD&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-1041939245129439401?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/1041939245129439401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=1041939245129439401' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1041939245129439401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/1041939245129439401'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/chomp.html' title='chomp!'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i152.photobucket.com/albums/s199/yeppcg/blogs/th_RIMG2383.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-3830463158562292004</id><published>2007-11-12T09:08:00.000+08:00</published><updated>2007-11-12T09:47:39.387+08:00</updated><title type='text'>late update</title><content type='html'>hows everyone doing?????sori for the late update this week..if putting up pics everyweek is even considered an update...had some internet problems till night time last night n then had exam this morning....*sighs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;slept at like 11.30...but cudn sleep at all till 4am....morning wake up half dead..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;anyway seeing as two person's special day is coming up...i decided to post a pic bout them(with help from tsan)....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_CZCvq0Qr6ew/RzevCqKSPRI/AAAAAAAAABk/Ht6InbaoJOU/s1600-h/meisin.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5131762760623996178" style="CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_CZCvq0Qr6ew/RzevCqKSPRI/AAAAAAAAABk/Ht6InbaoJOU/s320/meisin.jpg" border="0" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/RzevC6KSPSI/AAAAAAAAABs/2SUcrSOu_Po/s1600-h/P1010053.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5131762764918963490" style="CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/RzevC6KSPSI/AAAAAAAAABs/2SUcrSOu_Po/s320/P1010053.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;after much scouting around g9 ppl's blog...finally found 2 nice pics...&lt;br /&gt;so yea...super happy early happy birthday to u 2 first....=p&lt;br /&gt;n gd luck have fun to the newcastle girls as well...hope today's monday paper went well...=)&lt;br /&gt;&lt;br /&gt;special thanks to sze for the pics....these 2 pics was "stolen"from her blog...=p&lt;br /&gt;&lt;br /&gt;signing off&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-3830463158562292004?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/3830463158562292004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=3830463158562292004' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3830463158562292004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3830463158562292004'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/late-update.html' title='late update'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CZCvq0Qr6ew/RzevCqKSPRI/AAAAAAAAABk/Ht6InbaoJOU/s72-c/meisin.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-855858006982486170</id><published>2007-11-06T20:33:00.000+08:00</published><updated>2007-11-06T20:55:03.910+08:00</updated><title type='text'>what did we do?</title><content type='html'>everyone seemed to be having exams now/ soon.&lt;br /&gt;&lt;br /&gt;I was revising, then suddenly i had the desire to read back&lt;br /&gt;&lt;br /&gt;what did we do/ what were we thinking when our finals were approaching back in SAM times?&lt;br /&gt;&lt;br /&gt;what's different then and now?&lt;br /&gt;&lt;br /&gt;so i clicked on the archieve, the october 05 one...&lt;br /&gt;&lt;br /&gt;and i picked up so really funny quotes!!!!!!!&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://weheartg9.blogspot.com/2005/10/ping-syen-is-backk_21.htm"&gt;pig syen&lt;/a&gt;: (on what to do after finals)&lt;br /&gt;&lt;br /&gt;COME ON everybody...shake ur body.. shake~ shake~ shake~ shake~.... no matter thin fat tall short also must shake...&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://weheartg9.blogspot.com/2005/10/enough-wif-emo-ing.html"&gt;cicak kering&lt;/a&gt;: (telling the class not to stress out)&lt;br /&gt;&lt;br /&gt;hey! hey! hey! stop emo-ing for now, u will oni add stress to urself. Take a deep breath n tink about finals. Do not stress out bcoz of it but instead enjoy this last pressure on us, for we will not feel this feeling anymore elsewhere.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://weheartg9.blogspot.com/2005/10/im-scolding-so-listen.html"&gt;y.e&lt;/a&gt;: (after some annon posted something not-to-say-good about juen)&lt;br /&gt;&lt;br /&gt;if you just want to be funny and want to provoke others just go eat shit, go die, go to hell!!!!!!!&lt;br /&gt;[fuyoh...  so ganas... somehow it seems funny now :(  ]&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://weheartg9.blogspot.com/2005/10/our-last-monthour-first-but-last-year.html"&gt;Ee juen&lt;/a&gt;: (on her super long emo post as usual ;p )&lt;br /&gt;&lt;br /&gt;haihzz tsing kacau my attention cant type edi!! his darling jz left him!! aahhhhhhhhhhh..... tiang lampu!!!!!!! oh ohhhhhhh.........im deadd!! *duish!!* kena whack on da head!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;wahhahahaha... the things we wrote.&lt;br /&gt;&lt;br /&gt;anyway, if you guys want to de-stress, this is a &lt;a href="http://weheartg9.blogspot.com/2005/10/wan-some-laughthers.html"&gt;funny piece&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;good luck for finals everyone :)&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-855858006982486170?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/855858006982486170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=855858006982486170' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/855858006982486170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/855858006982486170'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/what-did-we-do.html' title='what did we do?'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-6212644809379392035</id><published>2007-11-04T20:22:00.000+08:00</published><updated>2007-11-04T20:34:06.213+08:00</updated><title type='text'>happpppppppppy birhtdayyyyyyyyyyy EE JUEN LEONG~~!!!</title><content type='html'>Hi all.....this weeks pic..as u can guess from the title of the post is tributed to juen..=p &lt;div&gt;So without further a due.....*drum roll*&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5128961102191903010" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/Ry268rLxwSI/AAAAAAAAABc/-IQuwNNS9wA/s320/Sept+stuff+053.jpg" border="0" /&gt;chun pic le....juen look so yeng here...=p&lt;br /&gt;but pic not i take wan....this from someone else's camera who i so happen to leech from...&lt;br /&gt;anyway....happy birthday juen~~..first day of exam on ur birthday..shud be a good sign...lol..=p&lt;br /&gt;back to books again.....(hopefully)&lt;br /&gt;&lt;br /&gt;cheerz~~&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-6212644809379392035?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/6212644809379392035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=6212644809379392035' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6212644809379392035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6212644809379392035'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/11/happpppppppppy-birhtdayyyyyyyyyyy-ee.html' title='happpppppppppy birhtdayyyyyyyyyyy EE JUEN LEONG~~!!!'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_CZCvq0Qr6ew/Ry268rLxwSI/AAAAAAAAABc/-IQuwNNS9wA/s72-c/Sept+stuff+053.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-940898166624644985</id><published>2007-10-28T00:49:00.001+08:00</published><updated>2007-10-28T00:58:45.021+08:00</updated><title type='text'>nov baby girls</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/RyNsRrLxwPI/AAAAAAAAABE/guEKBorZ8dA/s1600-h/P4270009.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5126059851783454962" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/RyNsRrLxwPI/AAAAAAAAABE/guEKBorZ8dA/s320/P4270009.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/RyNsXrLxwQI/AAAAAAAAABM/cIJXl5IMTKg/s1600-h/19%5B2%5D.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5126059954862670082" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/RyNsXrLxwQI/AAAAAAAAABM/cIJXl5IMTKg/s320/19%5B2%5D.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Hello everyone....one week has come and gone de....how time flies...&lt;/div&gt;&lt;div&gt;this weeks pics is a tribute to the 5 girls of g9 2005 that were born on the month of nov....&lt;/div&gt;&lt;div&gt;some of u guys prob remember the pic on the left which was taken during the charity drive...our class's first major activity together....while the other pic....erm...some random pic taken during class ...&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;does anyone noe if siew ying even still comes n c this blog?????&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;have a happy week n have fun wif exams/books/notes...&lt;/div&gt;&lt;div&gt;those in aus don forget bout daylight saving hour....push ur clocks 1 hour forward....=p&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-940898166624644985?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/940898166624644985/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=940898166624644985' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/940898166624644985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/940898166624644985'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/10/nov-baby-girls.html' title='nov baby girls'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CZCvq0Qr6ew/RyNsRrLxwPI/AAAAAAAAABE/guEKBorZ8dA/s72-c/P4270009.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-4019061417718715213</id><published>2007-10-21T16:07:00.000+08:00</published><updated>2007-10-21T16:13:31.130+08:00</updated><title type='text'>shoe guessin...</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_CZCvq0Qr6ew/RxsJIrktrjI/AAAAAAAAAAc/67oKUgZ1v30/s1600-h/Picture+013.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5123699045804387890" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_CZCvq0Qr6ew/RxsJIrktrjI/AAAAAAAAAAc/67oKUgZ1v30/s320/Picture+013.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;heyo....2 more weeks to exam...yay!!!&lt;/div&gt;&lt;div&gt;to the monash-ians...have fun and good luck wif urs first...=p&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;anyway most of u girls shud remember this pic??or not.....taken last durin last few days of class...don noe siapa go curi saya punya camera take this pic wan....&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;anyway anyone wan to guess hus shoes are those??hint...they all belong to female(duh~~)..=p&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;have a fun week guys!!&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;ZZ...=p&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-4019061417718715213?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/4019061417718715213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=4019061417718715213' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4019061417718715213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4019061417718715213'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/10/shoe-guessin.html' title='shoe guessin...'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CZCvq0Qr6ew/RxsJIrktrjI/AAAAAAAAAAc/67oKUgZ1v30/s72-c/Picture+013.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-4404921887184159580</id><published>2007-10-20T00:05:00.000+08:00</published><updated>2007-10-20T00:14:51.221+08:00</updated><title type='text'>those mornings</title><content type='html'>this morning, 10 am, molecular bio class.&lt;br /&gt;&lt;br /&gt;i walked in, sat down,  a friend came in.&lt;br /&gt;&lt;br /&gt;he said "good morning!"&lt;br /&gt;&lt;br /&gt;i said "good morning" back.&lt;br /&gt;&lt;br /&gt;and then it struck me it's been a long time since i went into a class,&lt;br /&gt;and someone greeted me good morning.&lt;br /&gt;&lt;br /&gt;here, the lectures are conducted in large groups.&lt;br /&gt;and u need to take cross faculty subjects, in which the class may contain people whom u don't know at all.&lt;br /&gt;and even if u walk into the class and u managed to locate your clique, we usually just smile and sit down.&lt;br /&gt;&lt;br /&gt;i miss those mornings in g9, when i go in, u people would say hi!&lt;br /&gt;good morning!&lt;br /&gt;etc.&lt;br /&gt;then either we gossip/ look at random girls or guys who someone in class claimed was hot walking by/ someone borrow my homework/ pinch or tickle each other/ do anything before the class starts&lt;br /&gt;&lt;br /&gt;little things like this, i never thought it would someday turned into some good memories.&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-4404921887184159580?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/4404921887184159580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=4404921887184159580' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4404921887184159580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4404921887184159580'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/10/those-mornings.html' title='those mornings'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-776360535495908769</id><published>2007-10-13T23:58:00.000+08:00</published><updated>2007-10-14T00:05:43.128+08:00</updated><title type='text'>Its....ian week...</title><content type='html'>I have something to post as well.. LOL&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_QHOYARBkVs4/RxDsKOm4IiI/AAAAAAAAAOc/1_ML2vzJm6w/s1600-h/DSCN2711.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_QHOYARBkVs4/RxDsKOm4IiI/AAAAAAAAAOc/1_ML2vzJm6w/s320/DSCN2711.JPG" alt="" id="BLOGGER_PHOTO_ID_5120852436784259618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;*prawned*&lt;br /&gt;&lt;br /&gt;Mizz u Ian!!!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-776360535495908769?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/776360535495908769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=776360535495908769' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/776360535495908769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/776360535495908769'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/10/itsian-week.html' title='Its....ian week...'/><author><name>Perfectionist Not So Perfect...</name><uri>http://www.blogger.com/profile/13794127158632855094</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://4.bp.blogspot.com/-2zQi0oW1QeA/TsOc3gi0SDI/AAAAAAAAA_0/XdPAtP_pHDk/s220/IMAG0248.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_QHOYARBkVs4/RxDsKOm4IiI/AAAAAAAAAOc/1_ML2vzJm6w/s72-c/DSCN2711.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-4728085882273179691</id><published>2007-10-13T23:41:00.000+08:00</published><updated>2007-10-13T23:51:55.871+08:00</updated><title type='text'>pic of the week</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/RxDn47ktriI/AAAAAAAAAAU/6te6A_OOQ0k/s1600-h/DSCN2121.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5120847741570625058" style="CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/RxDn47ktriI/AAAAAAAAAAU/6te6A_OOQ0k/s320/DSCN2121.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;YO!!...one week come n gone de&lt;/div&gt;&lt;br /&gt;&lt;div&gt;hows everyone doing????gettin ready for exams yet???=p...my whole nov gone case de wif exams...haihzzzz&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;anyway pic of the week....MR IAN LIM!!!...hope u don mind....cudn resist puttin tat up...=p&lt;/div&gt;&lt;div&gt;this pic was taken...according to tsans blog...1 year and 9 months ago(tsan 2007)mus reference otherwise plagiarism=p....how i took it....why i took it...n why he did tat.......no idea at all....but where i took it then its during chin aun's farewell gathering at his house in 2006....few days be4 i left for melb n one week i think be4 juen left for perth...was one of the last gatherin tat almost..(ALMOST) all 2005 g9-ers went be4 most of us ciao malaysia in search of education enlightenment...=p&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;have a happy sunday everyone!!!!&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;ZZ&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-4728085882273179691?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/4728085882273179691/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=4728085882273179691' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4728085882273179691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4728085882273179691'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/10/pic-of-week_13.html' title='pic of the week'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_CZCvq0Qr6ew/RxDn47ktriI/AAAAAAAAAAU/6te6A_OOQ0k/s72-c/DSCN2121.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-8231043597432333874</id><published>2007-10-09T01:24:00.000+08:00</published><updated>2007-10-09T01:39:44.200+08:00</updated><title type='text'>alive!</title><content type='html'>The last time I went to perth:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/357962892l.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/357962892l.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/SCARBROUGH09.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/SCARBROUGH09.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The last time juen came to singapore:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/Image171.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/Image171.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The last time us three were in Kuantan:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i152.photobucket.com/albums/s199/yeppcg/blogs/827279985l.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i152.photobucket.com/albums/s199/yeppcg/blogs/827279985l.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;it never ends (yet?) just like that when year 2005 ended...&lt;br /&gt;&lt;br /&gt;anymore pictures of random reunions?&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-8231043597432333874?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/8231043597432333874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=8231043597432333874' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8231043597432333874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8231043597432333874'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/10/alive.html' title='alive!'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i152.photobucket.com/albums/s199/yeppcg/blogs/th_357962892l.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-8058697691577578666</id><published>2007-10-07T20:30:00.000+08:00</published><updated>2007-10-07T20:47:26.722+08:00</updated><title type='text'>pic of the week</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_CZCvq0Qr6ew/RwjTO7ktrhI/AAAAAAAAAAM/PcMn1kNCC6A/s1600-h/random+3.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5118573229969878546" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_CZCvq0Qr6ew/RwjTO7ktrhI/AAAAAAAAAAM/PcMn1kNCC6A/s320/random+3.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;hello boys n girlss....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;lets all try n get this blog fired up again as it use to be back in the old days.....anyway heres a pic of one of teh last days of SAM to bring back those sweet memoriesssss of tat year(minus the first few months when lala waged WW3 wif the klang girls...=p)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so thinkin of startin to do a pic of the week thing and well heres ca wif 7 pretty ladies of g9...and my bag...=p&lt;br /&gt;&lt;br /&gt;more pics up soon every week....hopefully...in the meantime anyone else oso post some stuf here la...lets get this blog back to its old days...&lt;br /&gt;&lt;br /&gt;"parasite" of g9 2005...guess hu...=p&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-8058697691577578666?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/8058697691577578666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=8058697691577578666' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8058697691577578666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/8058697691577578666'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/10/pic-of-week.html' title='pic of the week'/><author><name>ZZ</name><uri>http://www.blogger.com/profile/15659578549193628284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_CZCvq0Qr6ew/RwjTO7ktrhI/AAAAAAAAAAM/PcMn1kNCC6A/s72-c/random+3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-3488658345745907819</id><published>2007-09-29T02:05:00.000+08:00</published><updated>2007-09-29T04:26:22.448+08:00</updated><title type='text'>Joon Keat's 22nd Birthday</title><content type='html'>&lt;p&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-5d7d758b2fdb0ccd" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v19.nonxt6.googlevideo.com/videoplayback?id%3D5d7d758b2fdb0ccd%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331301537%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D13E7C4763EFD9DB9185817F5232FE827B8FDCB7B.12CF9A2AC771D427C4DCD044F6BF202E51707CDB%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D5d7d758b2fdb0ccd%26offsetms%3D5000%26itag%3Dw160%26sigh%3DbuWBss4ytEmLTwByvHlq92-aZM4&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v19.nonxt6.googlevideo.com/videoplayback?id%3D5d7d758b2fdb0ccd%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331301537%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D13E7C4763EFD9DB9185817F5232FE827B8FDCB7B.12CF9A2AC771D427C4DCD044F6BF202E51707CDB%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D5d7d758b2fdb0ccd%26offsetms%3D5000%26itag%3Dw160%26sigh%3DbuWBss4ytEmLTwByvHlq92-aZM4&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;Sry if the vid's a bit big =P wanted to fit it all in 1.&lt;/p&gt;&lt;p&gt;Wanted to put in music...but it wld be very cheesy music. Haha. So i think less is more =) Hope you guys enjoy the vid, very simple vid. Hope there will be more stuff like this in the future. Can't wait for the next G9 gathering. ZZ, when you coming back bro? Take care, finals must be coming close for everybody, so all the best and good luck =) &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-3488658345745907819?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=5d7d758b2fdb0ccd&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/3488658345745907819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=3488658345745907819' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3488658345745907819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/3488658345745907819'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/09/joon-keats-22nd-birthday.html' title='Joon Keat&apos;s 22nd Birthday'/><author><name>Ian Lim</name><uri>http://www.blogger.com/profile/01692647366504946043</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-9162989412107795300</id><published>2007-09-20T14:35:00.000+08:00</published><updated>2007-09-20T14:45:50.095+08:00</updated><title type='text'>TsaN was here too...</title><content type='html'>Lets try to make this blog alive again.&lt;br /&gt;&lt;br /&gt;Ye i saw your post and decided to do what you did and look at the older posts. It brought a smile to my face to remember the happy times. Ye, i read the one written by you and me when we were in the web. Errrmm were we that bored? LOL!&lt;br /&gt;&lt;br /&gt;Anyway yesterday i was talking to our famous cicak man. And he said," Dont know when the whole g9 will get together?"And i m wondering too. When will that be now that everyone is somewhere around the world. Hopefully that will happen...one day...&lt;br /&gt;&lt;br /&gt;How much has changed since we left SAM? Who still keeps in touch with whom? Does everyone remember this blog exists? Are any of the class couples still standing??? What about the lecturers? Where is Anil? Hahah...our man who is always MIA... Whatever happened to Tengwai? He has been so quiet. And the rest?&lt;br /&gt;&lt;br /&gt;Well anyway here is TsaN signing off. Hoping to hear from you guys. Hope that it is all good news. And everyone dont forget to study smart and play hard. =) Live everyday to the fullest.&lt;br /&gt;&lt;br /&gt;Lots of love.&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-9162989412107795300?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/9162989412107795300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=9162989412107795300' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/9162989412107795300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/9162989412107795300'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/09/tsan-was-here-too.html' title='TsaN was here too...'/><author><name>Perfectionist Not So Perfect...</name><uri>http://www.blogger.com/profile/13794127158632855094</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://4.bp.blogspot.com/-2zQi0oW1QeA/TsOc3gi0SDI/AAAAAAAAA_0/XdPAtP_pHDk/s220/IMAG0248.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-6052006853557465019</id><published>2007-09-16T20:22:00.001+08:00</published><updated>2007-09-16T20:30:52.473+08:00</updated><title type='text'>i miss the class so much</title><content type='html'>suddenly, just have the feeling of looking through the class blog starting right from the beginning.&lt;br /&gt;i clicked on the first link under the archives.&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;i miss the class so much.&lt;br /&gt;&lt;br /&gt;sadly, there's piles and piles of assignments and deadlines to meet, i had to restrain myself from reading after a few posts.&lt;br /&gt;&lt;br /&gt;but just the few posts, it's more than enough.&lt;br /&gt;&lt;br /&gt;i miss the class so much.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in the first post, where syen and gsc described me as someone who'd always utter phrases like eat shit, vormit blood etc.&lt;br /&gt;really, i've forgotten all about it.  it's been a long time since i last had the habit of saying all these.&lt;br /&gt;&lt;br /&gt;and the teachers' critique posts.  mr mario, doraemon, as easy as kacang puteh, the trying to act young, the sarcastic-ness.&lt;br /&gt;&lt;br /&gt;the hate&lt;br /&gt;&lt;br /&gt;the love.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i miss the class so much.&lt;br /&gt;&lt;br /&gt;hope u all are now happy.  if not, just look back at the old posts here.  look at all the smiling faces.  and cheer up.&lt;br /&gt;&lt;br /&gt;love, and take care!&lt;br /&gt;&lt;br /&gt;y.e&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-6052006853557465019?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/6052006853557465019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=6052006853557465019' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6052006853557465019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/6052006853557465019'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/09/i-miss-class-so-much.html' title='i miss the class so much'/><author><name>y e</name><uri>http://www.blogger.com/profile/00957212538476215936</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://i152.photobucket.com/albums/s199/yeppcg/30910493037617l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-2238399706964720896</id><published>2007-09-12T20:23:00.000+08:00</published><updated>2007-09-12T20:32:30.878+08:00</updated><title type='text'>CA's Birthday</title><content type='html'>&lt;img id="BLOGGER_PHOTO_ID_5109292623522720226" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_hrpkjmSe7ZE/RufakiaYaeI/AAAAAAAAAAc/k6x7Hap9DT0/s320/n600250390_1193830_8574.jpg" border="0" /&gt;&lt;br /&gt;&lt;div align="center"&gt;                                                         Don't know what he wished for...&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5109293284947683858" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_hrpkjmSe7ZE/RufbLCaYahI/AAAAAAAAAA0/AbudCSiLMDU/s320/n600250390_1193831_8859.jpg" border="0" /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5109293409501735458" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_hrpkjmSe7ZE/RufbSSaYaiI/AAAAAAAAAA8/DDrJwBVUn-I/s320/n600250390_1193836_7664.jpg" border="0" /&gt;&lt;/div&gt;&lt;div align="center"&gt; &lt;/div&gt;&lt;div align="center"&gt;Usual tradition???&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5109293821818595890" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_hrpkjmSe7ZE/RufbqSaYajI/AAAAAAAAABE/qSDU4jpqe5Y/s320/n600250390_1193837_7944.jpg" border="0" /&gt;&lt;br /&gt;                                                          and finally a kiss from me&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-2238399706964720896?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/2238399706964720896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=2238399706964720896' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2238399706964720896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/2238399706964720896'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/09/cas-birthday.html' title='CA&apos;s Birthday'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_hrpkjmSe7ZE/RufakiaYaeI/AAAAAAAAAAc/k6x7Hap9DT0/s72-c/n600250390_1193830_8574.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-5621633988055259578</id><published>2007-07-08T19:39:00.001+08:00</published><updated>2007-07-08T19:44:07.631+08:00</updated><title type='text'>Have a safe journey tsan</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_hrpkjmSe7ZE/RpDNYUonhAI/AAAAAAAAAAU/5fjtimeDfN4/s1600-h/Untitled_Panorama1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5084789797040915458" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_hrpkjmSe7ZE/RpDNYUonhAI/AAAAAAAAAAU/5fjtimeDfN4/s320/Untitled_Panorama1.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;As simple photo collage done for tsan. My photoshop skills still sucks so that is why it's so simple.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Gonna miss you tsan and take care of yourself over there in Aus.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Do keep in touch!&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Hugs&lt;/div&gt;&lt;div&gt;keat kor&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-5621633988055259578?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/5621633988055259578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=5621633988055259578' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/5621633988055259578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/5621633988055259578'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/07/have-safe-journey-tsan.html' title='Have a safe journey tsan'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_hrpkjmSe7ZE/RpDNYUonhAI/AAAAAAAAAAU/5fjtimeDfN4/s72-c/Untitled_Panorama1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-4459542466889618345</id><published>2007-07-01T22:15:00.000+08:00</published><updated>2007-07-01T22:24:44.134+08:00</updated><title type='text'>Can you spot someone familiar?</title><content type='html'>I was surfing &lt;a href="http://tok3tok4.blogspot.com/"&gt;LinPeh&lt;/a&gt; and look what i had found&lt;br /&gt;&lt;br /&gt;*LinPeh's blog is NSFW (Not safe for work). Enter with your own risk!&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5082233518405682162" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_hrpkjmSe7ZE/Roe4dUong_I/AAAAAAAAAAM/v5hgkm1sFlc/s320/GTGirls.jpg" border="0" /&gt;See the familar face on the right? Yes Yes it's our very own Evelyn Marieta.&lt;/p&gt;&lt;p&gt;The picture must have been taken last year... &lt;/p&gt;&lt;p&gt;I miss her *sigh*&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-4459542466889618345?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/4459542466889618345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=4459542466889618345' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4459542466889618345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/4459542466889618345'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/07/can-you-spot-someone-familiar.html' title='Can you spot someone familiar?'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_hrpkjmSe7ZE/Roe4dUong_I/AAAAAAAAAAM/v5hgkm1sFlc/s72-c/GTGirls.jpg' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-117550780897514765</id><published>2007-04-02T17:51:00.000+08:00</published><updated>2007-04-02T17:58:59.436+08:00</updated><title type='text'>To my g9 sweethearts...</title><content type='html'>Hi everyone. As promised i shall now post...&lt;br /&gt;&lt;br /&gt;Keat's sexayyy pouty lips...&lt;br /&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/2768/417/320/621784/Image320.jpg" border="0" /&gt;&lt;br /&gt;And on another note:&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="font-size:180%;color:#cc33cc;"&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;HAP&lt;/span&gt;&lt;span style="color:#ff6600;"&gt;PY&lt;/span&gt; &lt;span style="color:#ff6600;"&gt;B&lt;/span&gt;&lt;span style="color:#ffff33;"&gt;IRT&lt;/span&gt;&lt;span style="color:#33ff33;"&gt;HDA&lt;/span&gt;&lt;span style="color:#33ffff;"&gt;Y A&lt;/span&gt;&lt;span style="color:#3366ff;"&gt;MAN&lt;/span&gt;DA!!!&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;/div&gt;&lt;div align="left"&gt; &lt;/div&gt;&lt;div align="left"&gt; &lt;/div&gt;&lt;div align="left"&gt; &lt;/div&gt;&lt;div align="left"&gt;Lots of Luv, &lt;/div&gt;&lt;div align="left"&gt;TsaN!&lt;/div&gt;&lt;div align="left"&gt;XXXOOO&lt;/div&gt;&lt;div align="left"&gt;&lt;/div&gt;&lt;div align="left"&gt;P.S. I hope everyone is doing fine.. Study hard ya'all... =)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-117550780897514765?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/117550780897514765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=117550780897514765' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/117550780897514765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/117550780897514765'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/04/to-my-g9-sweethearts.html' title='To my g9 sweethearts...'/><author><name>Perfectionist Not So Perfect...</name><uri>http://www.blogger.com/profile/13794127158632855094</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://4.bp.blogspot.com/-2zQi0oW1QeA/TsOc3gi0SDI/AAAAAAAAA_0/XdPAtP_pHDk/s220/IMAG0248.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-117526041115851790</id><published>2007-03-30T22:12:00.000+08:00</published><updated>2007-03-30T22:13:31.183+08:00</updated><title type='text'></title><content type='html'>&lt;a href="http://photos1.blogger.com/x/blogger/7812/1349/1600/779789/untitled.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/7812/1349/320/266516/untitled.jpg" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-117526041115851790?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/117526041115851790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=117526041115851790' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/117526041115851790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/117526041115851790'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/03/blog-post.html' title=''/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-117098243412105660</id><published>2007-02-09T08:35:00.001+08:00</published><updated>2007-02-09T08:55:39.073+08:00</updated><title type='text'>4朵花</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/7812/1349/1600/780326/z40065552.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger/7812/1349/320/774455/z40065552.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold;font-family:georgia;font-size:130%;"  &gt;&lt;span style="color: rgb(255, 153, 255);"&gt;sin, ru, sze, syen:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(153, 51, 153);font-size:180%;" &gt;all the best, girls！&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;may all be well&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;take care =)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(photo stolen from syen's xanga site)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;y.e&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-117098243412105660?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/117098243412105660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=117098243412105660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/117098243412105660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/117098243412105660'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2007/02/4_09.html' title='4朵花'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-116733342533817840</id><published>2006-12-29T03:04:00.000+08:00</published><updated>2006-12-29T03:23:01.876+08:00</updated><title type='text'>random in india</title><content type='html'>Just some pics to fill up the boredom here. I'm (including chin aun) moving to this new place next year.&lt;br /&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/4376/718/320/507357/Hse.jpg" border="0" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;It's called Angel Court. For sure the name is better than the current one; New AC Hostel...&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/4376/718/320/929295/Hse%20%2810%29.jpg" border="0" /&gt;&lt;/p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/4376/718/320/502801/Hse%20%2812%29.jpg" border="0" /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/4376/718/320/723360/z66295082.jpg" border="0" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The room. 2 rooms per unit. It's not furnished yet. Moving in sometime in Feb 2007&lt;/p&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/4376/718/320/696478/z66295114.jpg" border="0" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/4376/718/320/732768/Hse%20%286%29.jpg" border="0" /&gt;View of the campus fr the roof of Angel Court&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;And finally, my vroom vroom to bring me around manipal&lt;/p&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/x/blogger/4376/718/320/97644/Motorbike.jpg" border="0" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-116733342533817840?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/116733342533817840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=116733342533817840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/116733342533817840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/116733342533817840'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/12/random-in-india.html' title='random in india'/><author><name>fuolornis</name><uri>http://www.blogger.com/profile/16125872198435714241</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_hrpkjmSe7ZE/StDBb-65O3I/AAAAAAAAAIc/gkQ9Putmo4g/S220/IMG_3332.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-116204924686193852</id><published>2006-10-28T23:19:00.000+08:00</published><updated>2006-10-28T23:27:26.913+08:00</updated><title type='text'>Random</title><content type='html'>&lt;div align="center"&gt;&lt;span style="color:#000099;"&gt;Assignment is killing me. Boo &lt;em&gt;it&lt;/em&gt;. I missh u guys.&lt;/span&gt; &lt;/div&gt;&lt;div align="center"&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;span style="color:#6600cc;"&gt;Back to work. Buhbye. Take care ppl..&lt;/span&gt; &lt;/div&gt;&lt;div align="center"&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;em&gt;&lt;span style="color:#ff99ff;"&gt;*huggies and kisses*&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-116204924686193852?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/116204924686193852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=116204924686193852' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/116204924686193852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/116204924686193852'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/10/random.html' title='Random'/><author><name>InnocentGirl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115980292481252395</id><published>2006-10-02T23:22:00.001+08:00</published><updated>2006-10-02T23:33:52.160+08:00</updated><title type='text'>happy family</title><content type='html'>&lt;p&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/class%20photo3.jpg" border="0" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt;you won't know how much you miss it until you've lost it.&lt;/p&gt;&lt;p&gt;you won't realise how rich your memory is going to be when you have your happy times =)&lt;/p&gt;&lt;p&gt;and you won't forget if you heart it.&lt;/p&gt;&lt;p&gt;i heart g9.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115980292481252395?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115980292481252395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115980292481252395' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115980292481252395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115980292481252395'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/10/happy-family_02.html' title='happy family'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115951766066443830</id><published>2006-09-29T15:49:00.000+08:00</published><updated>2006-09-29T16:18:16.683+08:00</updated><title type='text'>from melbourne</title><content type='html'>heloooo.....everyone...&lt;br /&gt;long time nvr do post here de...sur u all miss me de le...haha....no one post stuf here de n since gsc keep askin me to post stuf...i post somethin now lo. Sooooooo wat to post le?(plain bored here so juz randomly puttin stuf in post, ignore it if u wan...lolz)&lt;br /&gt;&lt;br /&gt;2 more days n have to start uni again...haihzzzz....one part wan go back uni cos holidays here sieeen....but one part don wan go back cossss don feel like....err...goin back la...&lt;br /&gt;&lt;br /&gt;Sooo besides the usual study assignment routine tat im sur everyone here is familiar wif during holidays, went to suburb makan(twice) for italian(amazingly at the same shop sumore), ice skating(1st time skatin in melb, 2nd time overall in life)din fall at all, hehe, *applause applause*...skatin in pyramid i think better lo except tat in pyramid theres don noe countless pair of eyes starin at u from above&lt;br /&gt;&lt;br /&gt;went karaoke last wed...it was ok...not bad lo except unlike red box they don open so early. ok, wat else le?..oh ya...oso been busy wif my chinese theater group stuf past 2 weeks(for those tat don noe...yes im in a chinese theater society but my mandarin doesn seem to be improving at all, i think i hear more canton tere than mandarin lo...haha)we gonna have a production next week, anyone wan come watch???oni 11 aussie dollar!!veri CHEAP oniii(does not include flight, accomodation and meals)&lt;br /&gt;&lt;br /&gt;i think tats wat i did for the holidays so i juz gonna end here la...hope u guys r enjoyin ur current courses...c u all end of year&lt;br /&gt;&lt;br /&gt;ZZ/cincau/zheng zhou/zheng zoo/zheng zou.....etc(cant remember other versions liao....have to ask huiru de...haha)&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115951766066443830?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115951766066443830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115951766066443830' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115951766066443830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115951766066443830'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/09/from-melbourne.html' title='from melbourne'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115745940650439328</id><published>2006-09-05T20:25:00.000+08:00</published><updated>2006-09-05T20:30:06.550+08:00</updated><title type='text'>i wanna go home~~</title><content type='html'>the indian gang came and left...&lt;br /&gt;&lt;br /&gt;in 2 weeks time, im going home...&lt;br /&gt;&lt;br /&gt;home, sweet home~&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;y.e&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115745940650439328?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115745940650439328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115745940650439328' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115745940650439328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115745940650439328'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/09/i-wanna-go-home.html' title='i wanna go home~~'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115520419195023840</id><published>2006-08-10T17:57:00.000+08:00</published><updated>2006-09-09T17:57:35.926+08:00</updated><title type='text'>Back In Kampung</title><content type='html'>Hey guys! How are you all?&lt;br /&gt;&lt;br /&gt;Well, i'm doing fine. Been spending as much time eating m'sian food for the past few days. I think judging from the amount of food i had eaten, i can feed an average family for a month. :p&lt;br /&gt;&lt;br /&gt;I just realise that m'sia is still indeed my home sweet home. Not only the food but almost everything especially those stuff we could not get over there in India.&lt;br /&gt;&lt;br /&gt;So anyway, i also want to inform you guys i had already changed my blog. &lt;a href="http://fuolornis.wordpress.com"&gt;My New Home &lt;/a&gt;I got sick and tired of tripod already. The long loading time and only 20MB of free space is way too small for me. So just drop by and leave some mark!&lt;br /&gt;&lt;br /&gt;Take care!&lt;br /&gt;Joon Keat®&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115520419195023840?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115520419195023840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115520419195023840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115520419195023840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115520419195023840'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/08/back-in-kampung.html' title='Back In Kampung'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115352877510587649</id><published>2006-07-22T08:25:00.000+08:00</published><updated>2006-07-22T08:39:35.143+08:00</updated><title type='text'>this i promise tsan</title><content type='html'>hey ppl!&lt;br /&gt;&lt;br /&gt;me and adeline are safely here&lt;br /&gt;&lt;br /&gt;i've sent my contacts to you all i think...... im not sure..... if u didn't get it and u want it u can always mail me to ask for it....hehe~&lt;br /&gt;&lt;br /&gt;anyway when i online ppl are always asking me how's kiasu-ness here and how's kiasuland etc etc....well the truth is i don't know really coz the studies haven't started yet.... so how to see whether or not someone is kiasu? i dun know lar..... maybe i'll could tell you all later&lt;br /&gt;&lt;br /&gt;and i know i can stay my same self.... so don't worry too much.... haha&lt;br /&gt;&lt;br /&gt;heard the india gang is coming back soon..... pei min! jih huei! im in singapore.....! meet up lar if we all are free kkkk?&lt;br /&gt;&lt;br /&gt;ok gtg now...... later&lt;br /&gt;&lt;br /&gt;take care everyone =)&lt;br /&gt;&lt;br /&gt;cheers,&lt;br /&gt;wai yee&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115352877510587649?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115352877510587649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115352877510587649' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115352877510587649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115352877510587649'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/07/this-i-promise-tsan.html' title='this i promise tsan'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115267488951315761</id><published>2006-07-12T11:14:00.000+08:00</published><updated>2006-07-12T12:33:21.173+08:00</updated><title type='text'>I m back...</title><content type='html'>&lt;span style="color:#33ccff;"&gt;&lt;span style="color:#ff0000;"&gt;Heyz g9ners. Its been a while since i blogged. Well first of all i would like to say how glad i m that we had that little outing last sat. Even though yes credit goes to zz who made us plan it, still i think that in the future we should have more little outings like that just to catch up. =) To find out more bout the outing check&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#ff9900;"&gt; Syen's blog. She even posted pics.&lt;br /&gt;What am i up to now? Well i have been at monash for my orientation for the past two days. Another two more to go plus i actually&lt;/span&gt;&lt;span style="color:#33ccff;"&gt; &lt;/span&gt;&lt;span style="color:#33ff33;"&gt;have some stupid test which i have to take. On the first week! Urgh... I dont know if i can even write with a pen normally much less take a test that apparently has essays! AHhhhhh...&lt;br /&gt;Well to those having exams now or soon Goo&lt;/span&gt;&lt;span style="color:#33ccff;"&gt;d Luck, to Adz n YE farewell and good luck. Hope u enjoy life in Singapore a.k.a Kiasuland??? Well all the best anyway n keep us informed on the life there. To those in Aus? Ey what happened to you guys? Juen?? Where are u? HAhaha how come only ZZ keeps in touch? Hahhaa... And then India &lt;/span&gt;&lt;span style="color:#000099;"&gt;gang? Also good luck k? Add oil for ur block 2... n so on n so forth... Blah blah... =) [losing ability to write]&lt;br /&gt;I really hope that everyone will visit this blog during their free time so that we can all hear bout everyone's stories, journeys and adventures? I'll do the same&lt;/span&gt;&lt;span style="color:#33ccff;"&gt; &lt;/span&gt;&lt;span style="color:#cc33cc;"&gt;too. [hahah.. saying it like anyone wants to know what i did in the first place? =P]&lt;br /&gt;Oops i cant even continue this. I gtg. So again &lt;span style="font-size:130%;"&gt;TAKE CARE EVERYONE N ALL THE BEST IN EVERYTHING!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/2768/417/320/Tsing%20n%20Syen%20bday%2006%20003.2.jpg" border="0" /&gt;&lt;br /&gt;&lt;span style="color:#cc33cc;"&gt;LUVING G9&lt;br /&gt;-hugz n kisses- &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115267488951315761?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115267488951315761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115267488951315761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115267488951315761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115267488951315761'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/07/i-m-back.html' title='I m back...'/><author><name>Perfectionist Not So Perfect...</name><uri>http://www.blogger.com/profile/13794127158632855094</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://4.bp.blogspot.com/-2zQi0oW1QeA/TsOc3gi0SDI/AAAAAAAAA_0/XdPAtP_pHDk/s220/IMAG0248.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115228377539052435</id><published>2006-07-07T22:48:00.000+08:00</published><updated>2006-07-07T22:49:35.516+08:00</updated><title type='text'>=)</title><content type='html'>&lt;embed src="http://apps.rockyou.com/rockyou.swf?instanceid=31549409" quality="high" width="383" height="288" wmode="transparent" name="rockyou" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115228377539052435?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115228377539052435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115228377539052435' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115228377539052435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115228377539052435'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/07/blog-post.html' title='=)'/><author><name>InnocentGirl</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-115046303897297882</id><published>2006-06-16T21:01:00.000+08:00</published><updated>2006-06-16T21:03:59.000+08:00</updated><title type='text'>how to cover ur embarassment... haha~</title><content type='html'>this was what my friend posted on her bulletin in friendster, i translated them :&lt;br /&gt;.&lt;br /&gt;1. if u trip over a stone: &lt;span style="color:#339999;"&gt;don't get up straight away! u shud remain laying down and roll urself away till u are away from everyone's attention, and then get up when no one's looking.&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;2. If u fell down fr a bicycle: &lt;span style="color:#339999;"&gt;quickly get up onto ur bicycle and purposely fall down again repeat the movements so that everybody would think u did it purposely in the 1st place and that u r clowning around.&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;3. if u fell down from the staircase: &lt;span style="color:#339999;"&gt;straight away start ur ''silat'' as if u were being possessed or u r fighting with something invisible...haha~&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;4. if u fell into a drain: &lt;span style="color:#339999;"&gt;pick up any litter available and start scolding loudly, people will think u are very concerned about cleanliness lol&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;5. if u fell down while boarding a bus: &lt;span style="color:#339999;"&gt;shout loudly: " hey! why push me!" although there;s no one behind u&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;6. if u fell down at the bus stop: &lt;span style="color:#339999;"&gt;quickly act as if u've fainted until someone approach to help u... if not.... stay being faint till late at night where there;s no one around.... ah~ this is the time to get up!&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;7. if u slip on a slippery floor: &lt;span style="color:#339999;"&gt;quickly pull anyone beside u to fall down together so are u are not the only one embarrased...&lt;br /&gt;&lt;/span&gt;.&lt;br /&gt;lolZ~~~&lt;br /&gt;&lt;br /&gt;y.e&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-115046303897297882?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/115046303897297882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=115046303897297882' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115046303897297882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/115046303897297882'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/06/how-to-cover-ur-embarassment-haha.html' title='how to cover ur embarassment... haha~'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114986618889278870</id><published>2006-06-09T23:03:00.000+08:00</published><updated>2006-06-09T23:23:57.790+08:00</updated><title type='text'>Dah one year already</title><content type='html'>Hey guys! How are you? Me and the rest okie-lah here. Block 2 has just started. Block 1 okie-lah. Quite 'keak sum'...&lt;br /&gt;&lt;br /&gt;See, i was looking thru my organiser ( u know the solid aluminium one i had last year? Remember?) I was flipping thru the yearly organiser and i stumbled upon the month of June. I looked thru and i just realised the good times we had in G9. We had just completed our Mid year exam and Chemistry Practical 3 is in 1 week time.&lt;br /&gt;&lt;br /&gt;Sigh, time really flies and anyway, do take care of yourself and see you guys in 55 days time! Adios!&lt;br /&gt;&lt;br /&gt;Mr.Fuolornis®&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114986618889278870?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114986618889278870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114986618889278870' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114986618889278870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114986618889278870'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/06/dah-one-year-already.html' title='Dah one year already'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114762134825684090</id><published>2006-05-14T23:36:00.000+08:00</published><updated>2006-05-14T23:42:28.313+08:00</updated><title type='text'>G9 SAM 2005.... bestest class ever...</title><content type='html'>G9 SAM 2005&lt;br /&gt;&lt;br /&gt;Mentor: Mrs. Ong (biology)&lt;br /&gt;Pn. Mahani (chemistry)&lt;br /&gt;Mr. Yong (physics)&lt;br /&gt;Pn. Zaidah (ESL)&lt;br /&gt;Mrs. Kee (mathematical studies)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;MMMC, India&lt;/strong&gt;&lt;br /&gt;Gow Pei Min&lt;br /&gt;Kumar Ganesh&lt;br /&gt;Low Chin Aun&lt;br /&gt;Tan Jih Huei&lt;br /&gt;Wong Joon Keat&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Melbourne University, Australia&lt;br /&gt;&lt;/strong&gt;Lee Zheng Zhou (animal science)&lt;br /&gt;Lee Tet Zhing (Bac of Science)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;UWA, Australia&lt;/strong&gt;&lt;br /&gt;Leong Ee Juen (biomedical sciences)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;SIT&lt;br /&gt;&lt;/strong&gt;Goh Siow Cherng (pharmacy)&lt;br /&gt;Kok Yiew Tsing (pharmacy)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;TCSJ&lt;br /&gt;&lt;/strong&gt;Teoh Huiru (nutrition and dietetics)&lt;br /&gt;Tee Ping Syen (nutrition and dietetics)&lt;br /&gt;Tee Pin Sze (nutrition and dietetics)&lt;br /&gt;Yap Mei Sin (nutrition and dietetics)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;IMU&lt;br /&gt;&lt;/strong&gt;Fong Siew Jean (pharmacy)&lt;br /&gt;Low Siew Ying (pharmacy)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NUS, Singapore&lt;/strong&gt;&lt;br /&gt;Chim Wai Yee (Bac of Science)&lt;br /&gt;Adeline Tan Xin Yi (pharmacy)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Monash &lt;/strong&gt;&lt;br /&gt;Amanda Tan&lt;br /&gt;Tai Li Tsan (medical bioscience, bio technology)&lt;br /&gt;&lt;br /&gt;Wan Maisarah (pharmacy, CUCMS, Cyberjaya)&lt;br /&gt;&lt;br /&gt;Evelyn Marieta (ADP Taylors)&lt;br /&gt;&lt;br /&gt;Anil (medicine, Russia)&lt;br /&gt;&lt;br /&gt;Karpaham (dentistry, India)&lt;br /&gt;&lt;br /&gt;Ian Lim (hotel management, TCPJ)&lt;br /&gt;&lt;br /&gt;Ong Teng Wai (architecture, Sedaya)&lt;br /&gt;&lt;br /&gt;Teoh Jun Keng (MUFY, Sunway)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sorry Amanda i dunno what u r taking lar...... anyway anybody wants to update more pls feel free to do so..... keep in touch....&lt;br /&gt;&lt;br /&gt;Take care.&lt;br /&gt;&lt;br /&gt;p/s : by the way.... y.e drafted this..... if I got ur name or anything wrong.... forgive me!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;y.e and cherng&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114762134825684090?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114762134825684090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114762134825684090' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114762134825684090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114762134825684090'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/05/g9-sam-2005-bestest-class-ever.html' title='G9 SAM 2005.... bestest class ever...'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114742004515757623</id><published>2006-05-12T15:43:00.000+08:00</published><updated>2006-05-12T15:47:25.186+08:00</updated><title type='text'>a slogan</title><content type='html'>go generate a slogan for yourself.... use the first one they give you.... don't cheat.... haha~~&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.thesurrealist.co.uk/slogan.cgi"&gt;&lt;span style="color:#3333ff;"&gt;http://www.thesurrealist.co.uk/slogan.cgi&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="font-size:180%;color:#993399;"&gt;&lt;strong&gt;You've Always Got Time For G9&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;strong&gt;&lt;span style="font-size:180%;color:#993399;"&gt;&lt;/span&gt;&lt;/strong&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;span style="color:#000000;"&gt;lolz~~&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt; &lt;/div&gt;&lt;div align="left"&gt;---`Y.e'---&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114742004515757623?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114742004515757623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114742004515757623' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114742004515757623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114742004515757623'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/05/slogan.html' title='a slogan'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114632203549751413</id><published>2006-04-29T22:32:00.000+08:00</published><updated>2006-04-29T22:47:18.180+08:00</updated><title type='text'>Juen is here on the 29th of april 2006, 2231hrs</title><content type='html'>hey peeps! ahha i am so tempted to blog also now! hahah&lt;br /&gt;&lt;br /&gt;cis aku geramnye i am suppose to be in NUS with YE too! well u noe wat?.? i am still not giving up gonna appeal on June 1st onwards they say i can appeal many times so to hell i care i tembak them kau kau! see how my destiny is! wakakakkaka&lt;br /&gt;&lt;br /&gt;and adz if i go to NUS i really will kill all da cockroaches for u! just get me therE!!!! ahhahaha&lt;br /&gt;&lt;br /&gt;u guys must be thinking why i wan go spore whn i am in perth already rite? well no 1 spore is cheaper so much cheaper and gurantee a 3 yrs job wei! and actually i have no idea why i hv been thinking all kinds of way to just get of frm perth. been thinking to come back home do monash the double degree, applied for NUS. and dat day i saw some pics of Manipal students and they were disecting REAL HUMAN CORP! dang!! i am missing out so much! i gt so JEALOUS! darn. so i also tot of dat i even mailed aun and keat abt dat too! wakakaka. i guess i just wanna be home cuz i noe if i go nus or manipal i will still feel like home cuz there is frenz but here i feel so miserable and so bleeehhh.. darn 2 mths liao..honestly, things arent really good. stress. alot of work load. and damn UWA so blardee theoratical! hands on practical work? seriously not much of an exposure. maybe jz first yr but aih. but no doubt its a gd uni cuz its very theoratical it will drill da damn theory in ur head. (forgive my vulgarness=D) and worse part is. i hav to travell so much also so tiring but at home whr i stay now honestly, its so stressful. i cant click cant communicate wid my aunt. esp after an incident which i dunwanna eloborate here. i just cant. she just always love to twist and turn my words and take it as offensive!! &gt;.&lt; wth! and she even gt a DAMN BIG PROBLEM WID ME NOT EATING BEEF!!!!!! WTH! u noe she gv dat disgusted like i hv sinned whn she tells ppl oh she dun eat beef. i am serios is not like wat ppl will usually do she just... bloody. and da worse part is she dun confront me anything she will tell evry 1 except me and she expect me to noe? and every time infront of her frenz she will say wat ever she had in her mind twisted frm wat i say.. ahhhhhhh its really so urghed lar. darn i am bad mouthing my aunt on public blog!!!!shoot.. dis is bad,.. shud i post dis? haha.sorry peeps.=D&lt;br /&gt;&lt;br /&gt;wakakaka u noe my frenz are jus makin noise why am i not blogging at my multiply and here am i blogging here instead of there! hahahahahawhoopsy! hahaha&lt;br /&gt;&lt;br /&gt;anyway i was scrolling down da blog and i saw da sleepover post oh ye.. i miss u! hahaha and u noe after G9 the true G9 dat visits da blog and chat now is cherng ofcuz. ye. adz. tsan.recently otw. hu else? keat. zz? who else? did i miss out any1?wahhh whr are the rest???oiiii maner lar api G9!??!?!?!?!?!?!?!1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;haha aite i shall zip up now. back to assignments juen!&lt;br /&gt;love u all!&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114632203549751413?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114632203549751413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114632203549751413' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114632203549751413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114632203549751413'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/04/juen-is-here-on-29th-of-april-2006.html' title='Juen is here on the 29th of april 2006, 2231hrs'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114629958726673341</id><published>2006-04-29T16:23:00.000+08:00</published><updated>2006-04-29T16:33:07.293+08:00</updated><title type='text'>Guess who's back?!</title><content type='html'>Siow Cherng was here on the 29th of April 2006!&lt;br /&gt;&lt;br /&gt;Hahahah. YE! What's with that "Here I Am, Once Again" ar? Don't make me EMO!&lt;br /&gt;&lt;br /&gt;Anyway.. Updates!! Uni is pretty boring. *yawn* Tonnes of work to be done by next week. I'm seriously &lt;strike&gt;fucked up&lt;/strike&gt; tired and exhausted. I need holidays!!!!!&lt;br /&gt;&lt;br /&gt;Okay.. Back to my books now. So guys, update me with juicy juicy gossips! *muacks*&lt;br /&gt;&lt;br /&gt;Love, me me me! =)&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114629958726673341?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114629958726673341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114629958726673341' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114629958726673341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114629958726673341'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/04/guess-whos-back.html' title='Guess who&apos;s back?!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114623970348299411</id><published>2006-04-28T23:47:00.000+08:00</published><updated>2006-04-28T23:55:03.543+08:00</updated><title type='text'>here i am!!! once again!!! haha~~</title><content type='html'>sc will kill me for using this title....&lt;br /&gt;&lt;br /&gt;anyway.... is this blog being visited....?????? make some sound when you visit this blog....will you.... in the chatterbox or whatever lar...... let us know ur existence..... u can simply just post up-- ''xxx was here 28th apr 2006'' haha~~&lt;br /&gt;&lt;br /&gt;long time didn't blog here wei~~~ and there are not much new posts....&lt;br /&gt;&lt;br /&gt;anyway, in reply with adz's post.... yes... me and she are stuck in the same uni....... and i've just received my freshman guide..... there are TONS of things to do..... giler!!&lt;br /&gt;&lt;br /&gt;and adz...... will you pls find a bf or whoever lar for your cockroach business...... yea i don't mind getting rid of them if they dare to party in MY room..... but doing 2 rooms is a bit too much....... come on.. just whack them with ur new flats lar hahaha~~~~&lt;br /&gt;&lt;br /&gt;will update more....... tell us more about urself lar.... how's everyone???&lt;br /&gt;&lt;br /&gt;take care!&lt;br /&gt;&lt;br /&gt;y.e&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114623970348299411?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114623970348299411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114623970348299411' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114623970348299411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114623970348299411'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/04/here-i-am-once-again-haha.html' title='here i am!!! once again!!! haha~~'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114598882516602671</id><published>2006-04-26T02:06:00.000+08:00</published><updated>2006-04-26T02:13:45.303+08:00</updated><title type='text'></title><content type='html'>updates updates!!&lt;br /&gt;&lt;br /&gt;thought i'd just let you all know. decided to take up the offer from nus. going over in jul/aug with waiyee! waiyee is gonna be my cockroach catcher/killer/disposer hahahaha.&lt;br /&gt;&lt;br /&gt;work is good, colleagues are good, having money to shop is good =) basically life is pretty comfortable right now.&lt;br /&gt;&lt;br /&gt;updates everyone else? and btw joon keat your page takes ages to load on my IE i don't know why. i normally just give up viewing it cos it takes sooooo long. it'd be nice if you could update here instead =)&lt;br /&gt;&lt;br /&gt;PICTURES PLEASEEE EVERYONE. australia, india, malaysia whatever. i wanna seee =) just one pic that best describes your life now would be great. here's mine -one of my favourite recent pictures in my high school (CHS) during a reunion thingy. minor photoshopping done =p&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/125-2573_IMG%20copy2.1.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/125-2573_IMG%20copy2.1.jpg" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114598882516602671?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114598882516602671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114598882516602671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114598882516602671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114598882516602671'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/04/updates-updates-thought-id-just-let.html' title=''/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114563178654470420</id><published>2006-04-21T22:58:00.000+08:00</published><updated>2006-04-21T23:04:53.290+08:00</updated><title type='text'>I stole the bone from the Anatomy Museum</title><content type='html'>I stole the bone from the Anatomy Museum&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/joonkeat%20010.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/joonkeat%20010.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;To know why I stole it, click &lt;a href="http://fuolornis.tripod.com"&gt;http://fuolornis.tripod.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope you guys will change your perspective about India!!&lt;br /&gt;&lt;br /&gt;Mr.Fuolornis®&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114563178654470420?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114563178654470420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114563178654470420' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114563178654470420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114563178654470420'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/04/i-stole-bone-from-anatomy-museum.html' title='I stole the bone from the Anatomy Museum'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114424262044561985</id><published>2006-04-05T20:52:00.000+08:00</published><updated>2006-04-05T21:10:21.320+08:00</updated><title type='text'>mmmMMM</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/melaka%20april%202006%20042.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/melaka%20april%202006%20042.jpg" border="0" /&gt;&lt;/a&gt; &lt;span style="color:#33ccff;"&gt;Thats 130 sate sticks!!!&lt;/span&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/melaka%20april%202006%20010.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/melaka%20april%202006%20010.jpg" border="0" /&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt; A watch shop in Melaka&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/melaka%20april%202006%20049.0.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/melaka%20april%202006%20049.0.jpg" border="0" /&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color:#ffcc00;"&gt; &lt;/span&gt;&lt;span style="color:#cc9933;"&gt;Mmmm... Melaka cendol!&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/melaka%20april%202006%20062.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/melaka%20april%202006%20062.jpg" border="0" /&gt;&lt;/a&gt; &lt;strong&gt;&lt;span style="color:#009900;"&gt;A Melaka 1 star hotel! bleh...&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This post has no meaning.but is meant to brighten up the blog. personally...i like the toilet pic the best. er..wat is boi in malay?   Budak Rama-Rama&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114424262044561985?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114424262044561985/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114424262044561985' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114424262044561985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114424262044561985'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/04/mmmmmm.html' title='mmmMMM'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114381308372516322</id><published>2006-03-31T21:45:00.000+08:00</published><updated>2006-03-31T21:51:24.193+08:00</updated><title type='text'>arghhh!!</title><content type='html'>&lt;a href="http://www.7legendsofs8.blogspot.com//"&gt;S8 -2005-&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;They have a class blog too. and we are using the same skin now. arghhhh!!&lt;br /&gt;&lt;br /&gt;-dumdeedum-&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114381308372516322?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114381308372516322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114381308372516322' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114381308372516322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114381308372516322'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/arghhh.html' title='arghhh!!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114373710093031524</id><published>2006-03-31T00:07:00.000+08:00</published><updated>2006-03-31T00:45:01.276+08:00</updated><title type='text'>Memoirs Of A G9er</title><content type='html'>&lt;p&gt;&lt;u&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;Memoirs of a G9er&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/u&gt;(Trailer)&lt;br /&gt;&lt;span style="color:#ff6600;"&gt;A story like ours has never been told.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff6600;"&gt;I certainly wasn’t born to the life of a G9er.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#999900;"&gt;A true G9er can stress out a lecturer with a single look.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#009900;"&gt;The object of every lecturer’s fantasy.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#00cccc;"&gt;Sometimes I worry Taylor’s is taking me further from the things I want.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#3366ff;"&gt;Every step I have taken is to bring myself closer to Club 7.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#6633ff;"&gt;We do not become G9er’s to pursue our own destiny.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#cc33cc;"&gt;I want a life that is mine!&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#ff99ff;"&gt;Brought to you by Butterfly Boy.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;In cinema’s…never. &gt;P&lt;/p&gt;&lt;p&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/Sept%20stuff%20041.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/Sept%20stuff%20041.jpg" border="0" /&gt;&lt;/a&gt; mmmmmm......&lt;/p&gt;&lt;p&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/Sept%20stuff%20030.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/Sept%20stuff%20030.jpg" border="0" /&gt;&lt;/a&gt; AHHHHH!!!!!&lt;/p&gt;&lt;p&gt;&lt;span style="color:#666666;"&gt;Keep calm when the world is in chaos.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#660000;"&gt;Stay away from birds.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#993300;"&gt;Lead when no one else will.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#996633;"&gt;Run when you you should.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#666600;"&gt;Fight when you must.&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#006600;"&gt;Voice out and never be silenced.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#336666;"&gt;The future is uncertain.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#336666;"&gt;&lt;span style="color:#000099;"&gt;But the journey is imminent.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#333399;"&gt;Stay on the path you choose.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#663366;"&gt;Your friends will never be too far behind.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#993399;"&gt;Cherish the moments.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#6600cc;"&gt;Tell your children about G9.&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;Let not the passion and fire fade.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#339999;"&gt;Make G9 immortal in our hearts.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114373710093031524?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114373710093031524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114373710093031524' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114373710093031524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114373710093031524'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/memoirs-of-g9er.html' title='Memoirs Of A G9er'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114354864459211611</id><published>2006-03-28T20:11:00.000+08:00</published><updated>2006-03-28T20:24:04.643+08:00</updated><title type='text'>To keep it alive.</title><content type='html'>Since I can't blog using my account at the moment, I'll update here then.&lt;br /&gt;&lt;br /&gt;Orientation started yesterday and it was &lt;strong&gt;&lt;span style="font-size:130%;"&gt;BORING.&lt;/span&gt;&lt;/strong&gt; We talked to most of them but I don't remember their names. 44 ppl &lt;em&gt;la&lt;/em&gt; okay. Give me sometime please. Haha.&lt;br /&gt;&lt;br /&gt;Tsing said Taylors was much better. Like DUH! We get to see&lt;span style="color:#000099;"&gt; &lt;strong&gt;&lt;span style="font-size:130%;"&gt;LENG CHAIS&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt; and&lt;span style="color:#000099;"&gt; &lt;strong&gt;&lt;span style="font-size:130%;"&gt;LENG LUIS&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt; there. ahhhhhhhhhh! I miss my daily peeping at the Rav 4's guy. &lt;em&gt;He's too cute! &lt;/em&gt;&lt;br /&gt;&lt;br /&gt;I'll update more later. I mean soon. So. Nights ppl. Take care and I lup u guys.&lt;br /&gt;&lt;br /&gt;-gscthegossipqueen-&lt;br /&gt;&lt;br /&gt;&lt;em&gt;p/s : I'm changing my hp number soon. So if u guys have changed ur hp number, please inform me ya. Thanks.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;p/s 2 : Juen, I miss u too! Come back fast! Can't wait till Dec. Booohooo!!&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114354864459211611?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114354864459211611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114354864459211611' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114354864459211611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114354864459211611'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/to-keep-it-alive.html' title='To keep it alive.'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114354724551910832</id><published>2006-03-28T19:35:00.000+08:00</published><updated>2006-03-28T23:07:13.770+08:00</updated><title type='text'>emo-ing to da max</title><content type='html'>&lt;span style="font-size:130%;"&gt;&lt;em&gt;&lt;span style="font-family:trebuchet ms;"&gt;Dearest G9ers with love..&lt;/span&gt;&lt;br /&gt;&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;i came visit the blog and it was still the same post so i thought i will add some thing in. well i dun think its a good post now bt arghh its ok.. hehe.. wait.. what happen to G9 fire?!?!?!hahah&lt;br /&gt;&lt;br /&gt;i remember how this blog started and how the "story teller" craps up the whole blog and make us laugh our hearts out! *cheers chem patner!!!*.. and also how gsc keeps on thinking that it was a lame thing to start the blog. c'on dear! its not! and how all the g9ers craps in da blog and the poem our lecturer!! whoaa dats good ler!! doraemon and super mario!! hahhaa and ehem those "itchy eyes" that keep looking at one of our lecturers "ehem..assets" hahahahahahahaha true G9ers, u noe wat i mean! hahaha dang its been so long ago! but it really feels like yesterday! and me myself do all da nonsense and crap in it also! and i rmb EVERYTIME we have free time G9s will FLOOD the web and wat we all do?? &lt;a href="http://www.weheartg9.com"&gt;www.weheartg9.com&lt;/a&gt; hahaha and we chat in the web tru da page! hahahaha my gosssh!!!! dat was really silly!! i rmb how everyday someone will post diff thing and pictures and stuff like dat.. how ppl emo and how uninvited ppl were invading this blog! ahah aand how we were so mad at some few unknown human!! dang who ever they are! u guys are soooo darn annoying!!!!!!!! &gt;.&lt;... ye &lt;my&gt;,tsan, sin, cherng, syen, sze, sarah, ru.....siew ying, pm, addie, manda! life is not the same with out u all.. darlings i miss talking to u all i miss ur company i miss ur gossips.. i miss the noise and the hugzz!!!!!i really really miss u all..kumar,zz,keat,tsing,aun,iannnnnnnnnn ahhhhhhhhhhhhh *dang* life so boring wid out u monkeyssss!!!!!!!!!! i really miss my SAM years n i really really treasure it so much. all of u G9ers have brought craziness joy hyperness n life in me.thanks for such a great year! n i do wanna apologise if i were have done anything wrong to hurt anyone.. i am trully sorry!&lt;br /&gt;&lt;br /&gt;sorry for all the emo n thanks for ur eyes n time to read! haha i am bit low now.. as it was a hectict week. sleepless nights.finishing a 3000 words assignment!! ESL essay was really NTG! hahah this is crazzzzyyyy rmb info domain? with 10 plus articles n journals. 5-8 pages each. BLEEEEHHHHH i hv no idea y was i dat dumb to listen to my dad n take a business subject which i haven't learn before! haha bleehh..anyway i survived...every week test test test test... lab lab lab lab lab lab blehh i am so tired of all this no BREAK frm work and totaly no time for my own. uni life is not honeymoon at all! bleeeehhhhh esp if u are a science student!!!jhahah x(&lt;br /&gt;&lt;br /&gt;i do hope there will be G9 gathering end of the year! whn me back... i hope! hhehehe well peeps juen is signing off... better get back to work hv a test...keep the blog updated!!&lt;br /&gt;&lt;br /&gt;well ppl keep in touch please!!!&lt;br /&gt;&lt;br /&gt;add:&lt;br /&gt;28 Nottinghill Street&lt;br /&gt;Joondalup 6027&lt;br /&gt;Western Australia&lt;br /&gt;&lt;br /&gt;tel : +61423059862&lt;br /&gt;hse:00-618-62016619&lt;br /&gt;00-618-93003384&lt;br /&gt;mail juen at : &lt;a href="mailto:eejuen_leong@yahoo.com"&gt;eejuen_leong@yahoo.com&lt;/a&gt;&lt;br /&gt;check my pics out at &lt;a href="http://eejuen.multiply.com"&gt;http://eejuen.multiply.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;signing off&lt;br /&gt;&lt;br /&gt;missing u all.......&lt;br /&gt;&lt;br /&gt;lit back the spirit ppl!!!!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Just for FUN....^o^&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/P2040080.jpg"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/P2040080.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;cny gathering at me hse 4th feb 2k6... &lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/P2040078.jpg"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/P2040078.jpg" border="0" /&gt;&lt;/a&gt;think kinda disastrous every1 ate so lil!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;yea man.. my MUM gambling with my frenz not me! muahaha she sapu aun kau kau dat nite!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/P2040061.jpg"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/P2040061.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/P2040065.jpg" border="0" /&gt; &lt;p align="center"&gt;&lt;br /&gt;loh yee sannnggg.... &lt;/p&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;p align="center"&gt;******************************************&lt;/p&gt;&lt;p align="center"&gt;Tsan's Birthday Party.. i dunno why but i LOVE all these pictureSS!! all of us looks sooo happy!! i miss those smiles.. those laughthers.. those gatherings.,.those noise...those craziness... those times.. man...&lt;/p&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;p align="center"&gt;alamak!! y this pic so serious?? so NOT G9!&lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/my%20birthday%20139.0.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/my%20birthday%20139.0.jpg" border="0" /&gt;&lt;/a&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/my%20birthday%20139.0.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/my%20birthday%20141x.0.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/my%20birthday%20141x.0.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;nah!!ini baru lar G9 kan!?!?!? hahahah crazy us!&lt;/p&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/my%20birthday%20142.0.jpg"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/my%20birthday%20142.0.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align="center"&gt;u girls trully made a difference in my life. i really heart each n every single one of u!! missing u all like crazzzyyyy!!!!!!!! thanks sin, cherng, syen, sze, tsan for a great year, great time n a great great friendship!!!! *huggz* love u all1!!!&lt;/p&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;p align="center"&gt;*****&lt;br /&gt;&lt;br /&gt;know the saying never appreciate till u loose it?? its damn damn true!!!! i miss u guys so much u girls n guys jz spice up my life.. i do treasure u all so much!!!!!&lt;br /&gt;smiles&lt;/p&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 151px; CURSOR: hand; HEIGHT: 114px; TEXT-ALIGN: center" height="124" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/P3190001.jpg" width="110" border="0" /&gt;&lt;br /&gt;lonely girl in perth...sighhh i sssoooo miss my looonnnngggg haaaiiirrrrrrrrr!!!! *wwwaaaahhhhhh!!!!!* &lt;/p&gt;&lt;p&gt;jz being lame ppl.. ignore! haha &gt;.&lt;&gt; &lt;p&gt;&lt;/p&gt;&lt;p&gt;do takecare u all!! lotsa care n love!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:78%;"&gt;ejleong =) 2k6&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114354724551910832?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114354724551910832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114354724551910832' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114354724551910832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114354724551910832'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/emo-ing-to-da-max.html' title='emo-ing to da max'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114215825076335947</id><published>2006-03-12T17:55:00.000+08:00</published><updated>2006-03-12T18:10:51.950+08:00</updated><title type='text'>Touchdown!</title><content type='html'>hey ppl!&lt;br /&gt;&lt;br /&gt;So we landed safely in india. let me summarize our 'adventure'.&lt;br /&gt;&lt;br /&gt;we reached bangalore airport at 11.30 indian time. we are 2.5 hrs behind m'sia. weather is col. 22 degrees only, and it's still cool in the morning. i was expecting worse in india, but it turns out 2 be very good. above my expectation. they got nissan x-trail, honda city, lancer and some good motorbikes.&lt;br /&gt;&lt;br /&gt;then the next morning, we took a flight to mangalore. then a 1.5 hrs bus ride to manipal. the bus ride is hell. all the roads like got pothole. my butt hurt already like gila. and the vehicles here communicate by horns. anything also horn. cow, bus, car, human and whatever. and the way they overtake vehicle, champion! going up slope also overtake. got oncoming bus/lorry also overtake.&lt;br /&gt;&lt;br /&gt;we reached there bout 1.30pm, then go for lunch. food here is okay. got hainanese chic rice, nasi lemak, and a few m'sian food.  but usually it turns out not be m'sian food. just the name only. each meal costs 50 rps. that's like rm4. this so called m'sian food is expensive. but add rice here free of charge for one rest. that's the adantage. the local ones are dirt cheap. my breakfast only cost 18rps. but so far still haven't get cirit birit!&lt;br /&gt;&lt;br /&gt;the weather here is almost the same as m'sia, but the sky got no clouds wan. but its breezy. and here and there got cow. cross roads must look at the traffic and road at the same time. i'm learning to sync my head! lol.  look at traffic but no road, then mati. sure kena shit wan.&lt;br /&gt;&lt;br /&gt;hostel are good. ca, kumar and me staying at this new ac hostel.&lt;br /&gt;&lt;br /&gt;anyway, my hp number is 00919986131995. can call me anytime also can. our class will be starting on the 16th of march. hell starts this thur. so do keep in touch ppl! take care!&lt;br /&gt;&lt;br /&gt;Mr.Fuolornis®&lt;br /&gt;1540 Indian time&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114215825076335947?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114215825076335947/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114215825076335947' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114215825076335947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114215825076335947'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/touchdown.html' title='Touchdown!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114200315548959103</id><published>2006-03-10T23:03:00.000+08:00</published><updated>2006-03-10T23:05:55.563+08:00</updated><title type='text'>=(</title><content type='html'>So.&lt;br /&gt;&lt;br /&gt;They left few hours ago.&lt;br /&gt;&lt;br /&gt;-gsc-&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114200315548959103?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114200315548959103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114200315548959103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114200315548959103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114200315548959103'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/blog-post.html' title='=('/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114183398035982405</id><published>2006-03-08T23:56:00.000+08:00</published><updated>2006-03-09T00:06:20.396+08:00</updated><title type='text'>missing those days..</title><content type='html'>that day someone asked me where am I from?&lt;br /&gt;ans : Kuantan....&lt;br /&gt;&lt;br /&gt;suddenly i thought of this conversation.&lt;br /&gt;jh: ey, is kuantan near to port dickson arh?&lt;br /&gt;&lt;br /&gt;y.e: WHAT!!!!!! kuantan is in the EAST!!!!!! port dickson in the WEST!!!!!! OMG!!!!!&lt;br /&gt;&lt;br /&gt;that's why..... i always thought it is dumb that the ministry force everyone to take history for spm..... all of us should take geography....... esp science student as it is more useful i would say....... conversation like the above will not occur&lt;br /&gt;&lt;br /&gt;and i remembered till the end of the year huiru and yew tsing still thought i came from KElantan......&lt;br /&gt;&lt;br /&gt;maybe the next time i should tell them i come from pahang........... it may be easier.... mmm....&lt;br /&gt;&lt;br /&gt;and i really reallly miss the sam days......&lt;br /&gt;&lt;br /&gt;and good luck to jk jh pm ca and kumar who are going to take off...... study hard lol~~~~~&lt;br /&gt;&lt;br /&gt;~*y.E*~&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114183398035982405?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114183398035982405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114183398035982405' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114183398035982405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114183398035982405'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/missing-those-days.html' title='missing those days..'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114131062081466432</id><published>2006-03-02T22:36:00.000+08:00</published><updated>2006-03-02T22:59:31.426+08:00</updated><title type='text'>Hey!!</title><content type='html'>Hey!!&lt;br /&gt;&lt;br /&gt;I know u guys have your own blog.. but don't abandon this blog larh. =)&lt;br /&gt;&lt;br /&gt;And yeah, there's music!!! Finally, I can post CHINESE songs here. Heeeheee.&lt;br /&gt;&lt;br /&gt;-gossipqueen?!-&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;-edited-&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;OMG..&lt;br /&gt;&lt;br /&gt;OMG..&lt;br /&gt;&lt;br /&gt;OMG!!&lt;br /&gt;&lt;br /&gt;The India Gang is leaving soon!!!!!!!!!!!!!! 7 days 23 hours 1 min 54 sec?! Whoa. That's fast.&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114131062081466432?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114131062081466432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114131062081466432' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114131062081466432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114131062081466432'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/03/hey.html' title='Hey!!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114049280914969475</id><published>2006-02-21T11:08:00.000+08:00</published><updated>2006-02-21T11:33:29.306+08:00</updated><title type='text'>The Melbourne Diaries</title><content type='html'>hey everyone.......hows everything goin??.....finally able to go online n so PURPOSELY come online at 12 MIDNIGHT(Melbourne time) to find u all....n wat i get????...practically no one online at all!!...well maybe except for gsc until she got dc....&lt;br /&gt;&lt;br /&gt;anyway life in Melbourne is so much different.....especially the food....the portions they give are super huge!! i wanted a slice of lasagne n the waiter gave me wat seem like 2 slices of lasagne, i was like tats one slice??God!!...so tsing u no need to worry not havin enuf food over here...haha...&lt;br /&gt;&lt;br /&gt;the place i stay is good...frenly people especially the staff n seniors n the food is great!!(sumore its like buffet style....so don be surprise if i come back gaining extra pounds...lolz) n guess wat??....i have oni been here for a week n im gonna play the piano in front of the Chancellor of Melbourne!!!!!!!!!!!.......stress, stress, stress!!!&lt;br /&gt;&lt;br /&gt;anyway got quite alot more stuf i wana say but lazy....anyone wana c me online do try to come online at 9PM KUALA LUMPUR time(this excludes ca n siew ying n others hu always watches the wah lai toi show at this hour) which would be 12 midnight Melbourne time....most probabaly i will be tere..for awhile&lt;br /&gt;&lt;br /&gt;oh...n this my mobile number in aus(they don call handphone in Melbourne...don noe y)...00-614-23720216(international style)...if so happen any of u in aus then call liek this 04-23720216...don delete the old mobile number(the malaysian number)cos i might still use it when i get back...&lt;br /&gt;&lt;br /&gt;address here in melbourne wud be&lt;br /&gt;48 Drummond Street&lt;br /&gt;Carlton Victoria 3053&lt;br /&gt;&lt;br /&gt;n yeah tsan i noe u miss me, i oso miss u n all u other guys n girls.......take care!!&lt;br /&gt;&lt;br /&gt;to juen: cud u sms me ur mobile number if u have one.....thanks&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114049280914969475?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114049280914969475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114049280914969475' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114049280914969475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114049280914969475'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/02/melbourne-diaries.html' title='The Melbourne Diaries'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114036081734349518</id><published>2006-02-19T22:14:00.000+08:00</published><updated>2006-02-19T23:06:43.883+08:00</updated><title type='text'>a song</title><content type='html'>朋友首日封 first day cover of friends&lt;br /&gt;&lt;br /&gt;夕阳洒在我的笑容 the light of the setting sun shines on my smile&lt;br /&gt;感觉咖啡又苦又浓 the coffee is bitter and thick&lt;br /&gt;握在手心 最后温暖 holding it in hand, the last warmth of it&lt;br /&gt;只剩下几分钟 will last for only a few minutes&lt;br /&gt;&lt;br /&gt;门外有自由在等你 outside the door freedom is waiting for u&lt;br /&gt;胸口有空洞在等我 in my heart, emptiness is waiting for me&lt;br /&gt;我们说好要为彼此保重 we've agreed to take care of ourselves because of each other&lt;br /&gt;&lt;br /&gt;挥一挥手 送你先走 waving, i see you off&lt;br /&gt;我的潇洒微笑像不像个小丑 does the smile of mine look like a clown's?&lt;br /&gt;少了情人 今后多个朋友 although not lovers, today onwards i'll have one friend more&lt;br /&gt;给你过头多余的温暖我来收 let me collect back all the excess warmth i've given you&lt;br /&gt;&lt;br /&gt;为事争得满脸通红 we've fight&lt;br /&gt;言语有时说得太重 and sometimes the words we use were too hurting&lt;br /&gt;退让一步 if we tolerate&lt;br /&gt;也许会有你想要的天空 you might get what you had wanted&lt;br /&gt;&lt;br /&gt;挥一挥手 不再牵手 waving, i knew we'll never hold hands again&lt;br /&gt;多想说我羡慕 i feel like saying that im jealous&lt;br /&gt;你怀中的玩偶 of the toy in your arms&lt;br /&gt;少了情人 今天多个朋友 although not lovers, today onwards i'll have one friend more&lt;br /&gt;明天开始我写的情书谁来收 tomorrow onwards, who will collect the love letter that i've written?&lt;br /&gt;&lt;br /&gt;门外有自由在等你 outside the door freedom is waiting for u&lt;br /&gt;胸口有空洞在等我 inside my heart, emptiness is waiting for me&lt;br /&gt;但愿我说不痛 i hope that if i say it's not hurting me&lt;br /&gt;会让你走得更轻松 you'll leave with a lighter burden&lt;br /&gt;你越走越远的背后 seeing you walking far&lt;br /&gt;放心有我这个朋友 please remeber that you've still got me as ur friend&lt;br /&gt;像个港口 欢迎回来停留 just like a port, i'll welcome you to stay at anytime&lt;br /&gt;&lt;br /&gt;kini kita sudah pisah&lt;br /&gt;mohon doa engkau bahagia&lt;br /&gt;但愿我说不痛 i hope that if i say it's not hurting me&lt;br /&gt;会让你走得更轻松 you'll leave with a lighter burden&lt;br /&gt;kini kita sudah pisah&lt;br /&gt;mohon doa engkau bahagia&lt;br /&gt;我像港口 欢迎回来停留 im just like a port, i'll welcome you to stay at anytime&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114036081734349518?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114036081734349518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114036081734349518' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114036081734349518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114036081734349518'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/02/song.html' title='a song'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-114010932492428803</id><published>2006-02-17T01:00:00.000+08:00</published><updated>2006-02-17T01:02:05.026+08:00</updated><title type='text'>PLs do this for me .... thanks!</title><content type='html'>&lt;a href="http://kevan.org/johari?name=y.e..ppcg"&gt;http://kevan.org/johari?name=y.e..ppcg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;ur contribution is much appreciated :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~*y.e*~&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-114010932492428803?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/114010932492428803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=114010932492428803' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114010932492428803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/114010932492428803'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/02/pls-do-this-for-me-thanks.html' title='PLs do this for me .... thanks!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113964613858954136</id><published>2006-02-11T16:15:00.000+08:00</published><updated>2006-02-11T16:22:18.590+08:00</updated><title type='text'>ping syen.......</title><content type='html'>yooozzz.. long time din blog here d.. yeah.. everyone is leaving.. zz is leaving on mon.. and juen feb17.. peimin, jihhuei,chinaun,joonkeat and kumar is leaving on mac 10.. am i rite ? and i love meisin.. she is really sweet! u know why? coz she hand made a pillow for those who are leaving.. guess u guys get it from her rite? im waiting for mine..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/3.gif"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/3.0.jpg" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113964613858954136?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113964613858954136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113964613858954136' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113964613858954136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113964613858954136'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/02/ping-syen.html' title='ping syen.......'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113958667140068684</id><published>2006-02-10T23:40:00.001+08:00</published><updated>2006-02-10T23:51:11.483+08:00</updated><title type='text'>never wait until it's too late</title><content type='html'>Last night you and your best friend had a fight.&lt;br /&gt;You decide not to talk to her the next day.&lt;br /&gt;She smiles at you.&lt;br /&gt;You grinde your teeth at her.&lt;br /&gt;She tells her friends nice things about you.&lt;br /&gt;You spread Bad rumors about her.&lt;br /&gt;She tries to come and talk to you.&lt;br /&gt;But you put her aside.&lt;br /&gt;She thinks you are a great friend.&lt;br /&gt;You think she is a terrible friend.&lt;br /&gt;She writes nice notes to you, telling you the best times they had together&lt;br /&gt;You write all the bad.&lt;br /&gt;Deep down you know she's sorry.&lt;br /&gt;But all you have is hate.&lt;br /&gt;The next day at school you find a note on your desk.&lt;br /&gt;It reads:Dear Isabella,&lt;br /&gt; I tried to tell you yesterday,&lt;br /&gt;But you didn't let me speak,&lt;br /&gt;I tried to tell you good things,&lt;br /&gt; but you were afraid to hear them.&lt;br /&gt;I tried to smile at you,&lt;br /&gt;to take away the hate.&lt;br /&gt;But now it's time to tell you,&lt;br /&gt; even though it's a bit late.&lt;br /&gt;That i am dieing.&lt;br /&gt;I have a bad tumor in my stomach n it is getting bigger.&lt;br /&gt;I'm sorry to have to tell you that i wont be able to go to school today.&lt;br /&gt;I wrote this to you today in the hospital.&lt;br /&gt;My time is up.&lt;br /&gt;I'm sorry i should have told you sooner.&lt;br /&gt;I'm really sorry about our argument,&lt;br /&gt; you are such a great friend.&lt;br /&gt; I promise i shall watch over you,&lt;br /&gt; Lot of love.&lt;br /&gt; Katie.&lt;br /&gt; Isabella ran to the hospital to tell her she was sorry,&lt;br /&gt;But only her mum was left.&lt;br /&gt;Her hand claped over her face.&lt;br /&gt;And she was crying.&lt;br /&gt;Down on her knees she prayed,&lt;br /&gt; for her daughter Katie to come back&lt;br /&gt;You, Isabella were too late.&lt;br /&gt;You wish you told her sooner and got to say  goodbye.&lt;br /&gt;All freinds have their ups and  downs,&lt;br /&gt; and sometimes you need to say sorry.&lt;br /&gt;Don't wait for her to do it first.&lt;br /&gt;Because you never know what could happen.&lt;br /&gt;&lt;br /&gt;(edited from a forwarded message a dear friend had sent me)&lt;br /&gt;&lt;br /&gt;~*y.e*~&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113958667140068684?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113958667140068684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113958667140068684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113958667140068684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113958667140068684'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/02/never-wait-until-its-too-late_10.html' title='never wait until it&apos;s too late'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113924267062862590</id><published>2006-02-07T00:06:00.000+08:00</published><updated>2006-02-07T00:17:50.693+08:00</updated><title type='text'>Bad Day</title><content type='html'>type type type...&lt;br /&gt;&lt;br /&gt;delete delete delete...&lt;br /&gt;&lt;br /&gt;-speechless-&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113924267062862590?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113924267062862590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113924267062862590' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113924267062862590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113924267062862590'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/02/bad-day.html' title='Bad Day'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113871699328251754</id><published>2006-01-31T22:10:00.000+08:00</published><updated>2006-01-31T22:16:33.356+08:00</updated><title type='text'>new year~~~</title><content type='html'>1. greet ppl..... keep forgeting names.... my pa's got 6 siblings and my ma's got 9 siblings..... gosh!&lt;br /&gt;&lt;br /&gt;2. noisy...ppl are talking loudly...laughing like mad... shouting...... tv's screaming......&lt;br /&gt;&lt;br /&gt;3. ang paus....haha~~~ but i really hate it when ppl say: 'hong pau na lai"(meaning hey! give me ang pau) Stupid! that's not the real meaning of delivering the ang pau..... i heard a lot of children said that! i want to break their necks!!!! argh!~&lt;br /&gt;&lt;br /&gt;4. long long journey! nice nice food! playing cards! hot hot weather...&lt;br /&gt;&lt;br /&gt;5. relieved when this one is gone..... but still... hoping the next trip of new year to come.....haha~~~&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113871699328251754?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113871699328251754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113871699328251754' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113871699328251754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113871699328251754'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/new-year.html' title='new year~~~'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113826846965985029</id><published>2006-01-26T17:36:00.000+08:00</published><updated>2006-01-26T18:04:51.676+08:00</updated><title type='text'>Moodiness</title><content type='html'>URgh!! I hv to do my assignment! Its due tmr. I havent even exactly started yet! Tot tmr can go out somemore n enjoy a bit but i cant. Really sad cause cant see my baby tmr. WHY la!!??&lt;br /&gt;I just had my lunch only. This few weeks my eating time all messed up. My tummy is like all upset. =( [juen don scold me di ar...] I m so not in the mood to do my assignments much less celebrate CNY. I just want to sleep n sleep n sleep!!&lt;br /&gt;But something furnee today. I saw Ian in his "uniform". Ian do u ever hv to wear the chef hat? HAhah one of my exschoolmates had to. And he had to cook somemore. Muahahha...&lt;br /&gt;Nothing else happened. Just go class, assignment, go home, do assignment.. hand up... Eat sleep eat sleep... Zzz... *sigHz*&lt;br /&gt;&lt;br /&gt;-tsan-&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113826846965985029?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113826846965985029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113826846965985029' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113826846965985029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113826846965985029'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/moodiness.html' title='Moodiness'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113791878437036218</id><published>2006-01-22T16:30:00.000+08:00</published><updated>2006-01-22T16:33:04.613+08:00</updated><title type='text'>What is TRUE LOVE?</title><content type='html'>Love is not in your heart to stay, love is only love when you give it away&lt;br /&gt;&lt;br /&gt;True love is not regretting, feeling sorry for you or others, and living in the past. For the beginning of True Love is realising what you were in the past and accepting what you are now and what you can be in the future&lt;br /&gt;&lt;br /&gt;One does not fall in or out of Love, for one grows with love&lt;br /&gt;&lt;br /&gt;Chin Aun&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113791878437036218?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113791878437036218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113791878437036218' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113791878437036218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113791878437036218'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/what-is-true-love.html' title='What is TRUE LOVE?'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113766510814259901</id><published>2006-01-19T18:02:00.000+08:00</published><updated>2006-01-19T18:18:20.663+08:00</updated><title type='text'>Stress free</title><content type='html'>Hie ppl. Here is a tip since most of us are going overseas soon. I found this clip over the net. It's how to fold your clothes under 4 second. Quite handy when u got 2 pack lotz of clothes. But nehow, i'm going to fold my clothes this way. Enjoy!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://video.google.com/videoplay?docid=4776825453418327083&amp;q=shirt+fold"&gt;http://video.google.com/videoplay?docid=4776825453418327083&amp;amp;q=shirt+fold&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Mr. Fuolornis®&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113766510814259901?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113766510814259901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113766510814259901' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113766510814259901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113766510814259901'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/stress-free.html' title='Stress free'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113758337908992693</id><published>2006-01-18T19:18:00.000+08:00</published><updated>2006-01-18T19:22:59.120+08:00</updated><title type='text'>Visit COLLEGE</title><content type='html'>&lt;span style="color: rgb(255, 204, 0);"&gt;hey PPL!...lets go visit college and find all the teachers...and then we go makan like how we always do in college days...bah kut teh ar, cabana ar....asia cafe ar...eat pool balls ar...so date and time will fix later...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;PLS GIVE ME FEEDBACK AND TELL ME THE DAYS U PPL ARE FREE!!&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;Cicak kering&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113758337908992693?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113758337908992693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113758337908992693' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113758337908992693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113758337908992693'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/visit-college.html' title='Visit COLLEGE'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113750943773800868</id><published>2006-01-17T22:29:00.000+08:00</published><updated>2006-01-17T22:50:39.606+08:00</updated><title type='text'>that's y we were known as the pigs</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/piggies%20in%20dreamland.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/piggies%20in%20dreamland.jpg" border="0" /&gt;&lt;/a&gt; &lt;span style="font-size:130%;"&gt;wonder how human can act like pigs?&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;/div&gt;&lt;p align="center"&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/syen,%20me,%20juen.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/syen%2C%20me%2C%20juen.jpg" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:130%;"&gt;at first, everybody's just normal&lt;/span&gt;&lt;/p&gt;&lt;p align="center"&gt; &lt;/p&gt;&lt;p align="center"&gt;&lt;br /&gt;&lt;/p&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/three%20piggies"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/three%20piggies%20%27fat%20ngau%20dow%27.jpg" border="0" /&gt;&lt;p align="center"&gt;&lt;/a&gt;&lt;span style="font-size:130%;"&gt;&lt;strong&gt;&lt;/strong&gt;getting ready for the process&lt;/span&gt;&lt;/p&gt;&lt;p align="center"&gt; &lt;/p&gt;&lt;p align="center"&gt;&lt;br /&gt; &lt;/p&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/P1010106.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/P1010106.jpg" border="0" /&gt;&lt;p align="center"&gt;&lt;/a&gt;&lt;span style="font-size:130%;"&gt;and so... fully transformed!!!&lt;/span&gt;&lt;/p&gt;&lt;p align="center"&gt; &lt;/p&gt;&lt;p align="center"&gt; when pn zaidah asked us to write a prequel and a sequel to a story&lt;/p&gt;&lt;p align="center"&gt;someone wrote about 3 little pigs i remember( but forgot who)&lt;/p&gt;&lt;p align="center"&gt;now photos ready where's the story?? haha!&lt;/p&gt;&lt;p align="center"&gt; &lt;/p&gt;&lt;p align="center"&gt;author and the betrayer::&lt;/p&gt;&lt;p align="center"&gt;y.e(pig 3)&lt;/p&gt;&lt;p align="center"&gt;p/s: juen and syen pls dun be mad, and if u r mad pls rmb to tell me&lt;/p&gt;&lt;p align="center"&gt;dun keep me in the dark&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113750943773800868?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113750943773800868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113750943773800868' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113750943773800868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113750943773800868'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/thats-y-we-were-known-as-pigs.html' title='that&apos;s y we were known as the pigs'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113742859134724173</id><published>2006-01-16T23:20:00.001+08:00</published><updated>2006-01-17T10:48:29.200+08:00</updated><title type='text'>GOOD NEWS FROM ME!!!</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/PA260235.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/PA260235.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/PA260238.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/PA260238.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;TO G9:&lt;br /&gt;&lt;br /&gt;Long time din chat v u guys..miss u all lots..here some news....cuz juen saiddun have my news...haha...im fine in jb....everyday..sleep n eat....but stil very thin...haha...anyone have any good ideas to become fat fat???haha....&lt;br /&gt;&lt;br /&gt;i got the offer letter from manipal...mayb goin there....to meet cicak + la la zai + ca....haha....btw i stil cant remember i meet u in McD...haha....probably i din c ur face....hmm...1st day..cant remember...i jus remember tat day cicak brought me n siew ying to G9 class....but tat day they change the class suddenly n me n siew ying cant find...cicak walked in front n then me n siew ying walked behind...like dai gor...haha....then on the way to G9 suddenly cicak turned n said "im sorry if i bring u to the wrong class..."haha......i jus remember tat...but not the one in McD....im sorry....&lt;br /&gt;&lt;br /&gt;haha....so bored in jb..wanna come jb?????organise a trip to jb...haha...jus jk......miss u guys....esp gsc,syen,sze,mei sin,ye,juen....i mean whole class....haha....love u guys...&lt;br /&gt;&lt;br /&gt;thanks a lots to those sms me during my interview.......very terharu....cuz many of my jb frens also din msg me...T_T.....haha..cuz i din tell them also.....but i only told chin aun..tat big mouth tell so many ppl....(how did u do tat??)haha.....but nvm...i got many luck from u guys..all wishing me good luck....stay calm....be cool....dun panic...etc....haha...too many luck plus im calm enuf ade.....because of those msg....i got it...haha.....thanks yea......at last...love u guys......i wont forget u all....when i go kl i wil inform u all ok??hehe.......bye bye....&lt;br /&gt;&lt;br /&gt;OK...one last thing.......zz wan me to add something about him...haha....ok..then i write....zz is my good dictionary.......tats all.....(dunno wat is happening here????haha...ask zz).....bye bye&lt;br /&gt;&lt;br /&gt;-pei min-&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113742859134724173?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113742859134724173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113742859134724173' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113742859134724173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113742859134724173'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/good-news-from-me.html' title='GOOD NEWS FROM ME!!!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113724675185978239</id><published>2006-01-14T21:52:00.000+08:00</published><updated>2006-01-16T21:37:36.996+08:00</updated><title type='text'>before and AFTER</title><content type='html'>ok...tis article is jz to tell u guys wat i tink bout everyone BEFORE and AFTER college times..&lt;br /&gt;&lt;br /&gt;lets start &gt;&gt;&gt;&gt;&gt; start from the front row la...&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;1) Tai Li Tsan&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;Quite unfriendly, looks materialistic and choose frens, very good in presentation...&lt;br /&gt;&lt;em&gt;After!&lt;br /&gt;&lt;/em&gt;VERY friendly, old, outgoing, HYPER, and always cheerful..&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;2) Leong Ee Juen&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Before...&lt;br /&gt;&lt;/em&gt;SERIOUS during work, short(oops!), prettiest girl in the class(tat was wat i tot during the first day), good chem partner but hand shook when taking boiling chips..&lt;br /&gt;&lt;em&gt;After!&lt;/em&gt;&lt;br /&gt;SERIOUS during work!! (haha), BEST chem partner, calmer , work steadily but tinks fast, friendly!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;3) Evelyn&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;HAHAHA tis one ar...first of all leh..i tink got misunderstand lor among the guys and her. we thought she hates us and we hated her...but once she became my physics group member, i found she is really NICE!!, friendly and can tok to easily&lt;br /&gt;&lt;em&gt;AFTER!&lt;/em&gt;&lt;br /&gt;she is goin US to further studies, dunno when will see her again..but always remember her as a person who always ask me to SMILE, joyful and cute(the lion sleeps tonite....)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;4) Fong Siew Jean&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;She is very tall...taller than me..mayb jz coz i m short!! then her eyes are different colour from us(its green), she is like evelyn's twin sister!!&lt;br /&gt;&lt;em&gt;AFTER!&lt;/em&gt;&lt;br /&gt;she is goin to IMU to study pharm!, then found out tat she has superb legs(guys AND girls know tat), outgoing and party gal...&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;5) Karpaham&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;mmm..tink there was some misunderstandin wif her and our brotherhood(right, JOon Keat)..but its all good now, she is very willing to help the class and keep us informed wif updates..&lt;br /&gt;&lt;em&gt;AFTER!&lt;/em&gt;&lt;br /&gt;GOOD M.C., friendly, socialable, aiya...didnt mix around much wif her, so i dunno really wat to write..&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;6) Wan Maisarah&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;Very quiet and shy...dun really tok much to her but heard from tsan and juen tat she very HYPEr oso wan...then when in class, she like pay 100% attention to teacher...respect siul...&lt;br /&gt;&lt;em&gt;AFTER!&lt;/em&gt;&lt;br /&gt;didnt see u so long d, errr but u r one great gal!! u can tahan all the chinese in our class! congrats!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;7) Chim Wai Yee&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;UNFRIENDLY, always call me go die and eat shit!!!...thought u were damn damn smart after looking at ur 1st common test results!...then she is oso liked by many people and she is very helpful oso wan(bio time i always copy her answers wan)&lt;br /&gt;&lt;em&gt;AFTER!&lt;/em&gt;&lt;br /&gt;STILL call me go die and eat shit!, she is very helpful lor, if u dunno anytink can jz go and ask her, she went back to kuantan after doing so well in SAM!!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;8) Gow Pei Min&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Before...&lt;br /&gt;&lt;/em&gt;I saw her in McD on the first day of college and i asked her for a chair coz beside her was empty..tink she is reely cute wif those big big eyes..booked by jh(after many attempts, SALUTE!) shy shy wan, and loves her teddy bear&lt;br /&gt;&lt;em&gt;AFTER!&lt;/em&gt;&lt;br /&gt;freaking smart(top in maths common test tat time), goin MANIPAL MELAKA too( y la u want to rampas my seat), taken by jh, still quite quiet..&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;9) Low Siew Ying&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;SAME SURNAME!!! but then she dunno how to pronounce her surname(aiyoyo), extermely quiet!! bloody kao smart...dunno wat tat time mrs ong give quiz ar...she top the class!!&lt;br /&gt;&lt;em&gt;AFTER!&lt;/em&gt;&lt;br /&gt;She became diff person after exams!! ZHA me like hell in gentings!! so consider her very bad (jk la), very outgoin oso, daredevil!!, dare not go to ghost hse, and sleeps motionless..&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;10) Ong Teng Wai&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Before...&lt;/em&gt;&lt;br /&gt;GAY, cute faced, actually he very handsome wan(jz got to comb ur hair la like chow yun fat), bat liong kam(i finally know who he is), extremely hardworking!, dota champion...&lt;br /&gt;&lt;em&gt;AFTER!&lt;br /&gt;&lt;/em&gt;still GAY, getting more and more handsome, nice shoes, hardly go out for any gatherings, studying in SEDAYA, very very good and memorable fren(will never forget u)&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113724675185978239?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113724675185978239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113724675185978239' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113724675185978239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113724675185978239'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/before-and-after.html' title='before and AFTER'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113722990322701300</id><published>2006-01-14T17:04:00.000+08:00</published><updated>2006-01-14T17:15:36.460+08:00</updated><title type='text'>complete version.... Leaving on a jet plane..</title><content type='html'>all my bags are packed i'm ready to go&lt;br /&gt;im standin' here outside your door&lt;br /&gt;i hate to wake u up to say goodbye&lt;br /&gt;&lt;br /&gt;but the dawn is breakin' it's early morn&lt;br /&gt;the taxi's waitin' he's blowin' his horn&lt;br /&gt;already im so lonesome i could die&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;color:#993399;"&gt;*so kiss me and smile for me&lt;br /&gt;tell me that you'll wait for me&lt;br /&gt;hold me like u never let me go&lt;br /&gt;&lt;br /&gt;**cause im leaving on a jet plane&lt;br /&gt;don't know when i'll be back again&lt;br /&gt;oh babe, i hate to go&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;there's so many times i've let u down&lt;br /&gt;so many times i've played around&lt;br /&gt;i tell you now. they don't mean a thing&lt;br /&gt;repeat*, **&lt;br /&gt;&lt;br /&gt;now the time has come to leave you&lt;br /&gt;one more time let me kiss you&lt;br /&gt;close your eyes i'll be on my way&lt;br /&gt;&lt;br /&gt;dream about the days to come&lt;br /&gt;when i won't have to leave alone&lt;br /&gt;about the times, i won't have to say&lt;br /&gt;repeat*, **&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113722990322701300?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113722990322701300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113722990322701300' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113722990322701300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113722990322701300'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/complete-version-leaving-on-jet-plane.html' title='complete version.... Leaving on a jet plane..'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113707207833572054</id><published>2006-01-12T20:59:00.000+08:00</published><updated>2006-01-12T21:21:18.493+08:00</updated><title type='text'>just boring</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/7812/1349/1600/my%20table%20at%20ridzuan"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://photos1.blogger.com/blogger/7812/1349/320/my%20table%20at%20ridzuan%27s.jpg" border="0" /&gt;&lt;/a&gt;  my table at ridzuan............ i spent all my hard days last year here......&lt;br /&gt;miss my table so......&lt;br /&gt;&lt;br /&gt;y.e&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113707207833572054?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113707207833572054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113707207833572054' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113707207833572054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113707207833572054'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/just-boring.html' title='just boring'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113706926395042345</id><published>2006-01-12T20:30:00.000+08:00</published><updated>2006-01-12T20:34:24.006+08:00</updated><title type='text'>CNY GATHERING</title><content type='html'>aiyorr popiah but its DIY hahaha u all come n will noe wat i mean n yes ZZ will have ur TomYam Bihun as well! this time my mummy cook wan sure nice wan! ehehehe&lt;br /&gt;&lt;br /&gt;Ok,&lt;br /&gt;&lt;br /&gt;Date: 4th February 2006&lt;br /&gt;Day: Saturday&lt;br /&gt;Time: FOR LALA CHAI SAKE 6.30 pm&lt;br /&gt;PLACe: 12 jalan ss 19/1B SJ&lt;br /&gt;RSVP: 0166988895 b 29/1/2005 latest but ASAP lar!&lt;br /&gt;punishement for those cant make it : BEAR SWIPE! yes lor aun i noe u very scared lor!!&lt;br /&gt;&lt;br /&gt;hahaha yealar ppl y da blog so dead alrady one?? whr is da rest of da ppl!?!??!?!&lt;br /&gt;&lt;br /&gt;n ppl say congrats to KEAT!!!!!! no news yet frm jh n pm!!!&lt;br /&gt;&lt;br /&gt;REPLY ME OK!!!&lt;br /&gt;&lt;br /&gt;juen&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113706926395042345?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113706926395042345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113706926395042345' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113706926395042345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113706926395042345'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/cny-gathering.html' title='CNY GATHERING'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113706416886904855</id><published>2006-01-12T19:09:00.000+08:00</published><updated>2006-01-12T19:09:28.970+08:00</updated><title type='text'>BRING BACK THE FIRE!!!</title><content type='html'>&lt;a href="http://weheartg9.blogspot.com/2005_07_24_weheartg9_archive.html"&gt;hey ppl jz wanna ask EVERYONE from G9 to start participating actively in this blog again...Do u all remember the first starting when this blog was created? EVERYONE was so interested!! YYY have all the passion for it waned away?? &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I hope everyone will start blogging again or jz put some pictures!!!!&lt;br /&gt;&lt;br /&gt;Chin Aun&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113706416886904855?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://weheartg9.blogspot.com/2005_07_24_weheartg9_archive.html' title='BRING BACK THE FIRE!!!'/><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113706416886904855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113706416886904855' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113706416886904855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113706416886904855'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/bring-back-fire.html' title='BRING BACK THE FIRE!!!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113682100776449006</id><published>2006-01-09T23:15:00.000+08:00</published><updated>2006-01-13T10:09:35.476+08:00</updated><title type='text'>my friends.....</title><content type='html'>maybe bcoz im a scorpion, there's a lot of things that i divide them clearly, and one of those things are the type of friends.&lt;br /&gt;&lt;br /&gt;actually, i am not a warm or friendly person if u dunno me. im not the one who would say hi first to anyone i dunno...i am not proactive like somebody, so, to friends who stand by me, i thank you whole heartedly.&lt;br /&gt;&lt;br /&gt;my friends could be divided into these:&lt;br /&gt;&lt;br /&gt;some of them, they treat me super good, and they understand me. as their friend, im a lucky person. if, IF one day they ever cheat or betray me, i may stay away, but i will not hate.&lt;br /&gt;&lt;br /&gt;some of them, they treat me super good too, but they do not actually understand me. these people, i too treasure them deeply, anything happen, i will stand by them.&lt;br /&gt;&lt;br /&gt;some of them, had been my close friends before, but due to environment and distances we were not that close anymore. i will always remember, and remember the times we've been together. no matter what they are still my friends.&lt;br /&gt;&lt;br /&gt;some of them, we cared about each other very much, but we seldom contact. during my difficult times they will lent me a shoulder. these ppl, i will cherished them till i die.&lt;br /&gt;&lt;br /&gt;what's left... are those acquintance and ppl i noe and ppl i don't noe...... in my world, there's only two kind of ppl, ppl called friends, and ppl who are not...&lt;br /&gt;&lt;br /&gt;i always pray to the god.... let me have good friends! i rather noe less ppl...&lt;br /&gt;&lt;br /&gt;with this, i thank all my friends........&lt;br /&gt;&lt;br /&gt;y.e&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113682100776449006?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113682100776449006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113682100776449006' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113682100776449006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113682100776449006'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/my-friends.html' title='my friends.....'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113664972513250268</id><published>2006-01-07T23:51:00.000+08:00</published><updated>2006-01-08T00:02:05.173+08:00</updated><title type='text'>UPdating!</title><content type='html'>Heyz everyone! I m trying to welcome the new year with a huge smile! Well first of all i celebrated new year this year with some of you guys which was great! Those of you who couldnt make it nevermind. The plan is to meet up again in five years (is it five years?) that is 2010!!&lt;br /&gt;I cant believe i actually started my course already btw! So far its okay but the problem is that the location of the campus sucks! First of all limited choice of food ( half of the stalls not nice wan) and secondly no entertainment (besides getting lost in the maze and looking at a pond full of greenish stuff and what is supposed to be fish or bombing the comps in the library) Wait, i forgot i m a girl i can just sit around n gossip n gossip n gossip.. ahhaha.... Other than that nothing much going on. Blog more later. I suddenly feel very very sleepy!&lt;div class="blogger-post-footer"&gt;&lt;object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"&gt;
&lt;param NAME VALUE&gt;
&lt;param NAME="ShowControls" VALUE="0"&gt;
&lt;param NAME="ShowStatusBar" VALUE="0"&gt;
&lt;param NAME="ShowDisplay" VALUE="0"&gt;
&lt;param NAME="DefaultFrame" VALUE="Slide"&gt;
&lt;param NAME="Autostart" VALUE="1"&gt;
&lt;param NAME="Loop" VALUE="True"&gt;
&lt;/object&gt;
&lt;form name="form"&gt;

&lt;p style="text-align: center"&gt;
&lt;select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"&gt;
&lt;option value="0"&gt;cyndi-dangni&lt;/option&gt;
&lt;option value="1"&gt;guanglian-back to alone&lt;/option&gt;
&lt;option value="2"&gt;zhangzhaohan-lose&lt;/option&gt;
&lt;option value="3"&gt;Elva-stranger&lt;/option&gt;
&lt;option value="4"&gt;SamLee-chixinjuedui&lt;/option&gt;
&lt;option value="5"&gt;Samlee-let go&lt;/option&gt;
&lt;option value="6"&gt;kelly clarkson-breakaway&lt;/option&gt;

&lt;/select&gt;&lt;br&gt;
&lt;input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"&gt;
&lt;input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"&gt;
&lt;input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;script language="JavaScript"&gt;
&lt;!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
             // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="http://us.share.geocities.com/westsidestory_drama/WhenYou.mp3";
songs[1]="http://www.hunantv.com/block/musicforever/08.mp3";
songs[2]="http://lgqn.sdut.edu.cn/lgqn/music/music/zxtg/zguo/zhangshaohan/lose.mp3";
songs[3]="http://leexoyo.crsky.com/zsxdmsr.mp3";
songs[4]="http://www.0538.org/yuzhoufeng/chixin.mp3";
songs[5]="http://rm.qq533.net/tt12//go-www.yyue.com-ting/zui/130.rm";
songs[6]="http://http://homepage.ntlworld.com/gary.newark1/01%20-%20Breakaway.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//--&gt;
&lt;/script&gt;
&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14788882-113664972513250268?l=weheartg9.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://weheartg9.blogspot.com/feeds/113664972513250268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14788882&amp;postID=113664972513250268' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113664972513250268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14788882/posts/default/113664972513250268'/><link rel='alternate' type='text/html' href='http://weheartg9.blogspot.com/2006/01/updating.html' title='UPdating!'/><author><name>Siow Cherng</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14788882.post-113474102439494707</id><published>2005-12-16T21:25:00.000+08:00</published><updated>2005-12-16T21:50:24.536+08:00</updated><title type='text'>my love -- The Little Prince</title><content type='html'>that's my fav book... there's a few lines that i like..&lt;br /&gt;**************************************&lt;br /&gt;&lt;br /&gt;Little Prince: what are u doing there?&lt;br /&gt;Drinker: Im drinking.&lt;br /&gt;Little Prince: why are u drinking?&lt;br /&gt;Drinker: to forget..&lt;br /&gt;Little Prince : to forget what?&lt;br /&gt;Drinker: to forget that im ashamed.&lt;br /&gt;Little Prince: ashamed of what?&lt;br /&gt;Drinker: ashamed of drinking!&lt;br /&gt;Little Prince went away, perplexed.&lt;br /&gt;Growned ups are decidedly very odd, he says to himself&lt;br /&gt;&lt;br /&gt;***************************************&lt;br /&gt;&lt;br /&gt;Little Prince had been very disappointed as he found out that there's many thousand roses in the rose garden, and
