var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bra boss fills modela s cup to help support charity effort
";
arnews[0] += "KING'S PARK model and former Miss Scotland Stephanie Willemse has urged bosses to support Macmillan's World's Biggest Coffee Morning.";
arnews[0] += "
Publ.Date : Thu, 06 Aug 2009 01:06:03 GMT";
arnews[0] += "
";
arnews[1]="Changing room chat: Glamorous kit launch for Accies
";
arnews[1] += "HAMILTON Accies brought a touch of glamour to the launch of their home strip for next season as Miss Scotland finalist Mhairi Brown modelled the new kit.";
arnews[1] += "
Publ.Date : Tue, 14 Jul 2009 23:00:00 GMT";
arnews[1] += "
";
arnews[2]="Fabric of high society
";
arnews[2] += "WHAT do the Obamas in the White House, Richard Gere, Michelle Pfeiffer, the Queen and George Bush Snr all have in common? They park their rears on a little piece of Scotland.";
arnews[2] += "
Publ.Date : Tue, 07 Jul 2009 04:05:21 GMT";
arnews[2] += "
";
totcount = 3;
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("