var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NT Media's NeuroTrash.tv Partners up to Launch YouTube Channel for...
";
arnews[0] += "NT Media Corp. , a developer and operator of media and social networking websites, announced today the launch of a YouTube channel for NeuroTrash.tv . www.YouTube.com/NeuroTrashTV will be the YouTube portal for the online networka s original Hollywood-produced entertainment, featuring comedy shorts and a webisode series, a oeStraight Up With A ...";
arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 15:43:17 GMT";
arnews[0] += "
";
arnews[1]="NT Media's NeuroTrash.tv Partners up to Launch YouTube Channel for...
";
arnews[1] += "NT Media Corp. , a developer and operator of media and social networking websites, announced today the launch of a YouTube channel for NeuroTrash.tv . www.YouTube.com/NeuroTrashTV will be the YouTube portal for the online network's original Hollywood-produced entertainment, featuring comedy shorts and a webisode series, \"Straight Up With A Twist,\" ...";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 13:56:48 GMT";
arnews[1] += "
";
arnews[2]="NT Media Signs Deal Or No Deal's Leyla Milani to Star in NeuroTrash.tv's Original Series
";
arnews[2] += "NT Media Corp. , a developer and operator of media and social networking websites, announced today that the company has secured actress and Deal Or No Deal briefcase model, Leyla Milani , for its upcoming exclusive original comedy series produced for the alternative-format video-sharing site NeuroTrash.tv . Scheduled for release in early 2010, the ...";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 14:16:19 GMT";
arnews[2] += "
";
arnews[3]="NT Media Signs Deal Or No Deal's Leyla Milani to Star in NeuroTrash.tv's Original Series
";
arnews[3] += "NeuroTrash.tv, NT Media's Video-Sharing Site, to Cast Model and Actress Leyla Milani for Its Webisode Series Source: NT Media Corp.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 14:13:02 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("