var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Utah composer Chance Thomas scores big with soundtracks, ads for the LDS Church
";
arnews[0] += "Chances are you may not have heard his name. But if you play video games, you've heard his music.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:14:32 GMT";
arnews[0] += "
";
arnews[1]="Out Of Prison Space, Pa. Looks To Other States
";
arnews[1] += "Share + Nov 21, 2009 1:59 pm US/Eastern PETER JACKSON, Associated Press Writer HARRISBURG, Pa.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:20:06 GMT";
arnews[1] += "
";
arnews[2]="World Cup hopes over for Ireland
";
arnews[2] += "Ireland have failed to make next year's World Cup after a 4-0 defeat by hosts Argentina in Saturday's qualifier.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:49:01 GMT";
arnews[2] += "
";
arnews[3]="NZ still a star for Hollywood
";
arnews[3] += "Lord of the Rings brought millions of dollars into the New Zealand film industry.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:29:14 GMT";
arnews[3] += "
";
arnews[4]="Jackson's The Lovely Bones has 'too little violence'
";
arnews[4] += "The Lovely Bones 'wanted far more violence.' Photo / Mark Mitchell\" /> Peter Jackson said that audiences in early screenings of The Lovely Bones 'wanted far more violence.' Photo / Mark Mitchell Peter Jackson said he has had to re-edit his latest movie The Lovely Bones to \"add more violence and suffering\". Instead of cutting scenes to qualify for a ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:24:19 GMT";
arnews[4] += "
";
arnews[5]="Lady Gaga signs onto Royal Variety show
";
arnews[5] += "U.S. singer Lady Gaga will be among the stars performing for Britain's Queen Elizabeth II at the upcoming Royal Variety Performance.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:52:50 GMT";
arnews[5] += "
";
arnews[6]="SPORTS: Peninsula College men's basketball team will be older this season
";
arnews[6] += "Welcome to the great unknown. This year's Peninsula College men's basketball team comes into Saturday night's home opener against Highline with a lot of new faces .";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 18:16:34 GMT";
arnews[6] += "
";
arnews[7]="The Twilight Saga: New Moon
";
arnews[7] += "Not since Harry Potter first cast a spell over cinema audiences has a franchise based on a series of best-selling novels been as completely critic-proof as the Twilight Saga.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 17:29:19 GMT";
arnews[7] += "
";
totcount = 8;
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("