var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Ayumi Hamasaki and her Tohoshinki Towel! at @-nati0n 09
";
arnews[0] += "AYU! isLOVE Toho is LOVE AVEX FAMILY! is LOVE";
arnews[0] += "
Publ.Date : Sun, 27 Sep 2009 01:33:11 GMT";
arnews[0] += "
";
arnews[1]="【PV】Sunrise ~LOVE is ALL~ Ayumi Hamasaki 浜崎あゆみ
";
arnews[1] += "Sunrise ~LOVE is ALL~ 浜崎あゆみ ... Ayumi Hamasaki jpop Sunrise love is all pv japanese asian new single 2009 kawaii cute ayu";
arnews[1] += "
Publ.Date : Tue, 18 Aug 2009 09:10:38 GMT";
arnews[1] += "
";
arnews[2]="ayumi hamasaki - Sunset ~LOVE is ALL~ (Sunrise Mashup Mix)
";
arnews[2] += "Sunset ~LOVE is ALL~ (Sunrise Mashup Mix) music : Sunrise ~LOVE is ALL~ (Instrumental) vocal : Sunset ~LOVE is ALL~ (Acapella) Made by Adooph Thanks for your watching.";
arnews[2] += "
Publ.Date : Thu, 13 Aug 2009 14:56:28 GMT";
arnews[2] += "
";
arnews[3]="Blue bird - Ayumi Hamasaki
";
arnews[3] += "Aki otro video mas de unaimpresionante cantante";
arnews[3] += "
Publ.Date : Mon, 10 Aug 2009 00:10:05 GMT";
arnews[3] += "
";
arnews[4]="Ayumi Hamasaki - Sparkle
";
arnews[4] += "Ayumi Hamasaki - Sparkle";
arnews[4] += "
Publ.Date : Sun, 17 May 2009 19:10:16 GMT";
arnews[4] += "
";
arnews[5]="Ayumi Hamasaki- Curtain Call PV(LQ)
";
arnews[5] += "Ayumi Hamasaki- curtain call PV";
arnews[5] += "
Publ.Date : Wed, 18 Mar 2009 10:26:15 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Ayumi Hamasaki- Curtain Call PV
";
arnews[6] += "Ayumi Hamasaki- curtain call PV";
arnews[6] += "
Publ.Date : Wed, 18 Mar 2009 10:26:15 GMT";
arnews[6] += "
";
arnews[7]="Ayumi Hamasaki - Green {FANMADE VIDEO}
";
arnews[7] += "-full version- My very first video. I hope you love it as much as the song. Cant wait for the actual PV.";
arnews[7] += "
Publ.Date : Tue, 18 Nov 2008 09:00:23 GMT";
arnews[7] += "
";
arnews[8]="Jewel - Ayumi Hamasaki 浜崎あゆみ (Me singing)
";
arnews[8] += "http://snowflakes001.blogspot.com Jewel by Ayumi Hamasaki Cover by snowflakes001 I'm not Japanese so pronounciation might be off.. Tried to sing it a slightly different style -...";
arnews[8] += "
Publ.Date : Thu, 07 Feb 2008 02:13:08 GMT";
arnews[8] += "
";
arnews[9]="Ayumi Hamasaki - Heaven
";
arnews[9] += "tried to sing it...lol hope it doesn't hurt ur ears..comments en critiques r greatly appreciated ^^ thank youu for all of ur comments ^^...";
arnews[9] += "
Publ.Date : Tue, 20 Mar 2007 10:32:19 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("