var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Linda Hamilton
";
arnews[0] += "In new comedy Holy Water , a hijacked shipment of Viagra falls down a well in the Irish village of Kilcoulins Leap, causing libidos to run wild among the townsfolk as heavies from the US - played by sci-fi icon Linda Hamilton and Tommy 'Tiny' Lister - arrive to recover the stolen drugs.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Hamilton admits 'Terminator 4' disappointment
";
arnews[1] += "Linda Hamilton has admitted that Terminator Salvation failed to live up to her expectations.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 12:36:40 GMT";
arnews[1] += "
";
arnews[2]="Cinequest Celebrates the Real Revolutionaries, the Mavericks
";
arnews[2] += "In the past year, our country increased its national debt by $1.9 trillion, including $245 billion in bailout funds as part of a greater effort to create change.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 04:55:44 GMT";
arnews[2] += "
";
arnews[3]="Cinequest Celebrates the Real Revolutionaries, the Mavericks
";
arnews[3] += "In the past year, our country increased its national debt by $1.9 trillion, including $245 billion in bailout funds as part of a greater effort to create change.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 00:07:48 GMT";
arnews[3] += "
";
arnews[4]="Cinequest Celebrates the Real Revolutionaries, the Mavericks
";
arnews[4] += "In the past year, our country increased its national debt by $1.9 trillion, including $245 billion in bailout funds as part of a greater effort to create change.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 21:17:21 GMT";
arnews[4] += "
";
arnews[5]="Cinequest Celebrates the Real Revolutionaries, the Mavericks
";
arnews[5] += "Conversely, Cinequest, a company that has stayed in the black since inception, spent less than $2 million to create change by empowering the artistic revolutionaries of our time: the Mavericks, those who astound, electrify, inspire, laugh, pioneer - and in turn create rippling effects throughout the world.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 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("