var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Artist paints nude works to raise funds for poor - Viet Name News
";
arnews[0] += "Thai pop star Tata Young to perform in Viet Nam HCM CITY — Thai pop star Tata Young will visit Viet Nam for the first time and perform her hits, Ready for Love and My Bloody Valentine in HCM City on February 26. Tata recorded her debut song with ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 02:13:00 GMT";
arnews[0] += "
";
arnews[1]="Debt Funds only gainers for the week ended Feb 5 - MyIris
";
arnews[1] += "Tata Young Citizens Fund declined 0.05%, ICICI Prudential Child Care Study Plan went down 0.1%, HDFC Children`s Gift Savings Plan slipped 0.17%, Escorts Opportunities Fund lost 0.23% and Templeton India Children`s Asset Plan - Education Plan declined ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 05:12:00 GMT";
arnews[1] += "
";
arnews[2]="Jason Derulo Debut Set For Release - antiMUSIC
";
arnews[2] += "Jason Derulo, the first artist signed to Warner Bros. Records' joint venture with multi-platinum songwriter and producer J.R. Rotem's label Beluga Heights, will release his self-titled debut album on Beluga Heights/Warner Bros. Records on March 2nd ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:34:00 GMT";
arnews[2] += "
";
arnews[3]="Jason Derulo Will Release Self-Titled Debut Album on Beluga Heights ... - Melodika.net
";
arnews[3] += "Red-hot pop sensation Jason Derulo — the first artist signed to Warner Bros ... and Alex James (Adam Lambert’s “Sure Fire Winners,” Tata Young “My Bloody Valentine”). Derulo has already seen his star ascend with the blockbuster success of ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 10:29:00 GMT";
arnews[3] += "
";
totcount = 4;
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("