var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Party withPage Three star Jakki Degg at new club night.
";
arnews[0] += "We've got a pair of VIP queue-jump tickets to new club night Love Custard to give away - with the chance to party with a Page 3 girl! Jakki Degg will be among the attractions at the launch on November 21 in the RS Lounge, Woodford New Road, E17, which also includes house DJs Jamie Meyer and James Black.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 20:44:31 GMT";
arnews[0] += "
";
arnews[1]="The Saturday Link Spread
";
arnews[1] += "Just a few morning links I'm interested in . . . Simply a way to start the conversation on Saturday.";
arnews[1] += "
Publ.Date : Sat, 27 Jun 2009 10:17:16 GMT";
arnews[1] += "
";
arnews[2]="Page 3 Sam has decks appeal
";
arnews[2] += "PAGE 3's Sam Cooke gives Sun readers a proper eyeful in this sexy new snap. But the babe is also set to give punters an earful - with her new role as a DJ.";
arnews[2] += "
Publ.Date : Thu, 18 Jun 2009 02:20:19 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("