var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alfred Trabulsi: Rory McIlroy faces threat in race to the sun from Lee Westwood http://bit.ly/4zcTpd
";
arnews[0] += "Rory McIlroy faces threat in race to the sun from Lee Westwood";
arnews[0] += "
";
arnews[1]="Jonghwan Lee: @mskim0506 @terasia @juhyun43 요즘에 @Sun_Lee 님이 안보이셔서 좀 그런데..조지아 모임도 한번 해야지요? ^^
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="mskim: 고고 lol RT @jonghwan: @mskim0506 @terasia @juhyun43 요즘에 @Sun_Lee 님이 안보이셔서 좀 그런데..조지아 모임도 한번 해야지요? ^^
";
arnews[2] += "고고 lol RT @";
arnews[2] += "
";
arnews[3]="Baltimore Sun >> Lee, Utley lead Phils to Game 1 win http://bit.ly/3C77tN
";
arnews[3] += "Baltimore Sun >> Lee, Utley lead Phils to Game 1 win";
arnews[3] += "
";
arnews[4]="f4 Romeos over flowers: Won Bin, Bong Joon Ho, Goo Hye Sun, Lee Min Ho Supports “Good Downloader” Event
";
arnews[4] += "Won Bin, Bong Joon Ho, Goo Hye Sun, Lee Min Ho Supports “Good Downloader” Event -";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("