var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Bottom Shelf: Wristcutters
";
arnews[0] += "The dark subject of suicide is used as an unlikely starting point for the whimsically optimistic Wristcutters: A Love Story.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 08:12:35 GMT";
arnews[0] += "
";
arnews[1]="Under the radar #54: CMJ edition
";
arnews[1] += "The ladies of Warpaint, kickin' it backstage in New York Who: Here's a trio of friends living in and around Los Angeles, playing music together, acting some and honing their chops since forming in 2004.";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 21:39:00 GMT";
arnews[1] += "
";
arnews[2]="Sea Wolf Music Video: Wicked Blood
";
arnews[2] += "Los Angeles-based indie rock band, Sea Wolf , have recently released a music video for \" Wicked Blood ,\" and it's just in time for Halloween! Alex Brown Church and band members provide a black and white homage to the silliness of horror films as it stars none other than Shannyn Sossamon as the frightened girl.";
arnews[2] += "
Publ.Date : Sat, 31 Oct 2009 05:40:37 GMT";
arnews[2] += "
";
arnews[3]="Blockbusters mania
";
arnews[3] += "This month, HBO brings top-notch blockbuster premieres to Indian television, along with a host of popular movies, across genres.";
arnews[3] += "
Publ.Date : Fri, 09 Oct 2009 22:27:19 GMT";
arnews[3] += "
";
arnews[4]="Eerie tale
";
arnews[4] += "Cryptic cell-phone messages foreshadow a series of grisly deaths in \"One missed call\", a scary remake of Takashi Milke's 2003 cult hit.";
arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 22:23:45 GMT";
arnews[4] += "
";
arnews[5]="Hum Saath Saath Hain
";
arnews[5] += "Zee Cinema, Saturday, 8 p.m. Directed by Sooraj Barjatya, this film stars Tabu, Sonali Bhendre, Karishma Kapoor along with Mohnish Behl, Saif Ali Khan and Salman Kah.";
arnews[5] += "
Publ.Date : Fri, 09 Oct 2009 22:22:49 GMT";
arnews[5] += "
";
totcount = 6;
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("