/* Currently Playing Randomizer Script */
<!--
function image() {
};
image = new image();
number = 0;			
/*image[number++] = "<a href='http://www.play.com/Music/CD/4-/922566/The_Warning/Product.html' target='_blank'><img src='images/playing-01.jpg' alt='Now Playing: Hot Chip - The Warning' border='0' /></a>"
mage[number++] = "<a href='http://www.play.com/Music/CD/4-/930693/The_Big_Bang/Product.html' target='_blank'><img src='images/playing-02.jpg' alt='Now Playing: Busta Rhymes - The Big Bang' border='0' /></a>"
image[number++] = "<a href='http://www.play.com/DVD/DVD/4-/815345/Final_Fantasy_VII_Advent_Children/Product.html' target='_blank'><img src='images/playing-03.jpg' alt='Now Playing: Final Fantasy - Advent Children' border='0' /></a>"
image[number++] = "<a href='http://www.xbox.com/en-GB' target='_blank'><img src='images/playing-04.jpg' alt='Currently Into: Xbox 360' border='0' /></a>"
image[number++] = "<a href='http://www.samurai.fm' target='_blank'><img src='images/playing-05.jpg' alt='Currently Into: Samurai FM' border='0' /></a>"
image[number++] = "<a href='http://www.motogpthegame.com/motogp06/' target='_blank'><img src='images/playing-06.jpg' alt='Currently Into: Moto GP 2006' border='0' /></a>"
image[number++] = "<a href='http://www.streetwars.net' target='_blank'><img src='images/playing-08.jpg' alt='Currently Into: Streetwars - London' border='0' /></a>"*/
image[number++] = "<a href='http://www.play.com/Music/CD/4-/1112304/Game_Theory/Product.html' target='_blank'><img src='images/playing-07.jpg' alt='Currently Into: The Roots - Game Theory' border='0' /></a>"
image[number++] = "<a href='http://www.play.com/Music/CD/4-/1112277/Flight_602/Product.html' target='_blank'><img src='images/playing-09.jpg' alt='Currently Into: Aim - Flight 602' border='0' /></a>"
image[number++] = "<a href='http://www.play.com/Games/Wii/4-/1032617/Nintendo_Wii_Console_+_Wii_Sports/Product.html' target='_blank'><img src='images/playing-10.jpg' alt='Currently Into: Nintendo Wii!!!' border='0' /></a>"
increment = Math.floor(Math.random() * number);	
document.write(image[increment]);			
//-->