var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Anime Masters Demonstrate Their Best in Genius Party
";
arnews[0] += "Genius Party by Studio 4 C Available with English subtitles on Region 4 DVD via Siren Visual Studio 4 C American anime watchers are not out of line when they rattle off \"Ghibli\" and \"Hayao Miyazaki\" as the first names in a list of revered figures and institutions in anime.";
arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 07:46:37 GMT";
arnews[0] += "
";
arnews[1]="PIC to host road race in November
";
arnews[1] += "Pacific Islands Club Guam will host its 18th annual International Road Race Nov.";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="PIC to host road race in November
";
arnews[2] += "Pacific Islands Club Guam will host its 18th annual International Road Race Nov.";
arnews[2] += "
Publ.Date : Thu, 22 Oct 2009 22:26:57 GMT";
arnews[2] += "
";
arnews[3]="Pop queen denies being gay
";
arnews[3] += "KUALA LUMPUR: Hong Kong pop queen Joey Yung remains unfazed about rumours of her having a gay relationship with her good friend Denise Ho.";
arnews[3] += "
Publ.Date : Tue, 13 Oct 2009 04:13:48 GMT";
arnews[3] += "
";
arnews[4]="Pop queen denies being gay
";
arnews[4] += "KUALA LUMPUR: Hong Kong pop queen Joey Yung remains unfazed about rumours of her having a gay relationship with her good friend Denise Ho.";
arnews[4] += "
Publ.Date : Tue, 13 Oct 2009 00:08:29 GMT";
arnews[4] += "
";
arnews[5]="A flavour of the Far East - All Japanese Music CDs are discounted at 10% - Starting Now
";
arnews[5] += "Music freaks, Jpop fans and all those who want to try out a new genre, come grab that CD single or album you've always wanted to get.";
arnews[5] += "
Publ.Date : Tue, 06 Oct 2009 01:00:26 GMT";
arnews[5] += "
";
totcount = 6;
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("