var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Aiuchi Rina - Boom-Boom-Boom
";
arnews[0] += "Aiuchi Rina - Boom-Boom-Boom";
arnews[0] += "
Publ.Date : Tue, 27 Oct 2009 21:18:25 GMT";
arnews[0] += "
";
arnews[1]="Aiuchi Rina - Sincerely Yours
";
arnews[1] += "Aiuchi Rina - Sincerely Yours";
arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 21:18:06 GMT";
arnews[1] += "
";
arnews[2]="Bijele Udovice U zdrav mozak Rina iz Big Brothersa
";
arnews[2] += "Bijele Udovice U zdrav mozak Rina iz Big Brothersa";
arnews[2] += "
Publ.Date : Sat, 28 Feb 2009 22:21:37 GMT";
arnews[2] += "
";
arnews[3]="Rina Mizrahi-Varon gives her eBay Marketing Tip
";
arnews[3] += "http://www.websellerscircle.com - Rina Mizrahi-Varon gives her favorite eBay Marketing Tip on Cindy Shebley's eBay Marketing Minute";
arnews[3] += "
Publ.Date : Fri, 21 Nov 2008 19:00:03 GMT";
arnews[3] += "
";
arnews[4]="Hanon and Rina sing Ever Blue and Star Jewel
";
arnews[4] += "das ist aus der 19 Pichi Folge";
arnews[4] += "
Publ.Date : Wed, 23 Apr 2008 18:06:16 GMT";
arnews[4] += "
";
arnews[5]="luchia hanon rina...story
";
arnews[5] += "questo video è molto bello ve lo consiglia la magiadella voce pichi pichi !!";
arnews[5] += "
Publ.Date : Fri, 18 Apr 2008 18:56:25 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Rina & Nick's Wedding - CRAZY First Dance
";
arnews[6] += "Dancers: Rina & Nick Video: First Light Videoworks www.firstlightvideoworks.com Song list 1. Brian McKnight - Crazy Love 2. Seal - Crazy 3. Beyonce - Crazy In Love 4. Gnarls...";
arnews[6] += "
Publ.Date : Tue, 13 Nov 2007 01:37:34 GMT";
arnews[6] += "
";
arnews[7]="Louise Brooks & Rina Ketty - J'attendrai (1938)
";
arnews[7] += "Rina Ketty - J'attendrai (Dino Olivieri), Pathé 1938 & Louise Brooks' photographs from 1920s";
arnews[7] += "
Publ.Date : Thu, 23 Aug 2007 17:57:24 GMT";
arnews[7] += "
";
arnews[8]="Rina y Su Familia
";
arnews[8] += "Recuerods de Rina";
arnews[8] += "
Publ.Date : Sat, 30 Dec 2006 03:45:00 GMT";
arnews[8] += "
";
arnews[9]="Mermaid Melody - Star Jewel by Rina
";
arnews[9] += "I got the movie from mermaidmelody.de, found the lyrics somewhere, and I added them =)! Enjoy!!!";
arnews[9] += "
Publ.Date : Sun, 02 Jul 2006 22:04:14 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("