var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Shane Filan Announcing Gillians Pregnancy (01.07)
";
arnews[0] += "Yasmins Video © Comment And Rate ... westlife shane filan kian egan nicky byrne mark feehily brian mcfadden kerry katona delta goodrem jodi albert kevin mcdaid gillian georgina...";
arnews[0] += "
Publ.Date : Sat, 11 Oct 2008 15:10:00 GMT";
arnews[0] += "
";
arnews[1]="Westlife - You Raise Me Up (With Lyrics)
";
arnews[1] += "Westlife - You Raise Me UpIncluding lyrics. Hope you enjoy it. Please comment and rate. More videos added soon! Bethan :) [Note: This video is fan made and no copyright...";
arnews[1] += "
Publ.Date : Wed, 20 Aug 2008 01:05:50 GMT";
arnews[1] += "
";
arnews[2]="Westlife - My Love (With Lyrics)
";
arnews[2] += "Westlife - My Love Including lyrics. Hope you enjoy it. Please comment and rate. If you have any requests, that are NOT a single, leave comments of what song you would like the...";
arnews[2] += "
Publ.Date : Sat, 16 Aug 2008 00:33:58 GMT";
arnews[2] += "
";
arnews[3]="Shane Filan In Glasgow - 21 March 2008
";
arnews[3] += "Shane Filan from Westlife signing for fans in Glasgow on 21 March 2008 during Westlife's Back Home Tour 2008";
arnews[3] += "
Publ.Date : Wed, 26 Mar 2008 15:10:46 GMT";
arnews[3] += "
";
arnews[4]="Meteor Ireland Music Awards 2008 - Shane Filan Westlife
";
arnews[4] += "Meteor Ireland Music Awards 2008 Shane Filan Westlife";
arnews[4] += "
Publ.Date : Mon, 18 Feb 2008 20:27:31 GMT";
arnews[4] += "
";
arnews[5]="VIDEO EXCLUSIVE - Celebrities attend the Emeralds and Ivy Ball at Old Billingsgate Market London UK 30/11/2007
";
arnews[5] += "VIDEO EXCLUSIVE - Celebrities attending the Emeralds and Ivy Ball held at Old Billingsgate Market. Westlife singer Nicky Byrne arrives with his partner. Kanya Kind poses for...";
arnews[5] += "
Publ.Date : Fri, 30 Nov 2007 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Shane Filan and Nicky Byrne from Westlife
";
arnews[6] += "By Request shane nicky. Oh, and I forgot 2 say at the end that they really are just friends!!";
arnews[6] += "
Publ.Date : Sun, 18 Nov 2007 12:42:18 GMT";
arnews[6] += "
";
arnews[7]="Westlife - Hard To Say I'm Sorry
";
arnews[7] += "Westlife - Hard To Say I'm Sorry [Shane] Everybody needs a little time away I heard her say From each other Even lovers need a holiday Far away From each other [Mark] Hold me now...";
arnews[7] += "
Publ.Date : Fri, 09 Nov 2007 08:22:55 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Look After You: Shane Filan
";
arnews[8] += "something I put together for my best friend... :)";
arnews[8] += "
Publ.Date : Thu, 14 Jun 2007 22:35:41 GMT";
arnews[8] += "
";
arnews[9]="Shane Filan- Have you ever been in love
";
arnews[9] += "Video dedicated to Shane Filan";
arnews[9] += "
Publ.Date : Thu, 23 Nov 2006 19:32:12 GMT";
arnews[9] += "
";
totcount = 10;
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("