var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alex Amith: New Blog Post: Tata Young – … – အလြမ္းမ်က္ရည္: ShareShareNew Blog Post: Tata Young â “ The Love Of Tata Young(.. http://bit.ly/7bxeTs
";
arnews[0] += "New Blog Post: Tata Young – … – အလြမ္းမ်က္ရည္: ShareShareNew Blog Post: Tata Young â “ The Love Of Tata Young(..";
arnews[0] += "
";
arnews[1]="Alex Amith: ฟังเพลง สิ่งมีชีวิต ไม่มีหัวใจ - ทาทา ยัง Tata Young อัลบั้ม One …: แต่ในที่สุดคือเรื่องจริง ที่ฉันไม่อาจหลอกห.. http://bit.ly/7I80qe
";
arnews[1] += "ฟังเพลง สิ่งมีชีวิต ไม่มีหัวใจ - ทาทา ยัง Tata Young อัลบั้ม One …: แต่ในที่สุดคือเรื่องจริง ที่ฉันไม่อาจหลอกห..";
arnews[1] += "
";
arnews[2]="Alex Amith: Tata Young - Think Of You: Author: MausiSweedy Keywords: tata young think of you thinking of you Added: Novemb.. http://bit.ly/8NA454
";
arnews[2] += "Tata Young - Think Of You: Author: MausiSweedy Keywords: tata young think of you thinking of you Added: Novemb..";
arnews[2] += "
";
arnews[3]="Alex Amith: haboymp34all: Tata Young - Ready For Love (2009): Artist: Tata Young Album: Ready For Love Released: 2009. Sty.. http://bit.ly/8FDLVK
";
arnews[3] += "haboymp34all: Tata Young - Ready For Love (2009): Artist: Tata Young Album: Ready For Love Released: 2009. Sty..";
arnews[3] += "
";
arnews[4]="Alex Amith: Sexy Asian Girls: Tata Young - Sexy Beauty Hot Thai Girl: Tata Young (born Amita Marie Young, Thai: อมิตา มารี.. http://bit.ly/8WF1rx
";
arnews[4] += "Sexy Asian Girls: Tata Young - Sexy Beauty Hot Thai Girl: Tata Young (born Amita Marie Young, Thai: อมิตา มารี..";
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("