var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Star backing for Glenrothes soldiers shoebox appeal
";
arnews[0] += "Your account has been frozen . For your available options click the below button.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:30:45 GMT";
arnews[0] += "
";
arnews[1]="Off the Ball
";
arnews[1] += "Off the Ball is petty, ill-informed and fronted by two Scottish football fans who really should know better.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:47:23 GMT";
arnews[1] += "
";
arnews[2]="New Town Killers
";
arnews[2] += "New Town Killers has a lot of promise, it's a great idea filmed in a great city by a Scottish writer/director and a strong Scottish cast.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 22:37:58 GMT";
arnews[2] += "
";
arnews[3]="There'll still be murders: STV promises new Taggart series
";
arnews[3] += "Taggart will survive another year after media group STV vowed to produce it regardless of whether ITV axes the show.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 04:13:45 GMT";
arnews[3] += "
";
arnews[4]="Taggart's returning to our screens ... but it could be shown on BBC
";
arnews[4] += "By MARTYN McLAUGHLIN A NEW series of Taggart, one of Scottish Television's flagship dramas, could be aired on the BBC or a satellite channel should ITV decide not to recommission the gritty crime series.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 00:33:36 GMT";
arnews[4] += "
";
arnews[5]="Roland Joffe Tackles Opus Dei Myths In New Film 'There Be Dragons'
";
arnews[5] += "Revered moviemaker Roland Joffe is to further expose secret Catholic Church organisation Opus Dei in a new movie set around the Spanish Civil War.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 19:17:14 GMT";
arnews[5] += "
";
arnews[6]="Roland Joffe - Joffe Tackles Opus Dei Myths in New Film
";
arnews[6] += "Revered moviemaker ROLAND JOFFE is to further expose secret Catholic Church organisation Opus Dei in a new movie set around the Spanish Civil War.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 04:06:27 GMT";
arnews[6] += "
";
arnews[7]="Top 10 reasons you should read comic book
";
arnews[7] += "At some point in your life, in one way or another, you've come across a comic book.";
arnews[7] += "
Publ.Date : Wed, 28 Oct 2009 20:34:46 GMT";
arnews[7] += "
";
arnews[8]="AFI awards nominations announced
";
arnews[8] += "Marriage Of Figaro Thanks to Australian Film Syndicate we have 5 double passes to giveaway to see the new Aussie comedy, The Marriage of Figaro.";
arnews[8] += "
Publ.Date : Wed, 28 Oct 2009 09:30:46 GMT";
arnews[8] += "
";
totcount = 9;
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("