<!-- Begin
var rnumb = "";
var img = "";
															
rnumb += Math.floor(Math.random()*8);
img = rnumb;
																										
if (img == "0") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=ceefax">');
document.write('<img src="_components/content_left/motion/_random/ceefax.png">');
document.write('</a>');
document.write('</div>');
}
if (img == "1") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=icons_eminem">');
document.write('<img src="_components/content_left/motion/_random/eminem.png">');
document.write('</a>');
document.write('</div>');
}
if (img == "2") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=icons_justintimberlake">');
document.write('<img src="_components/content_left/motion/_random/justin.png">');
document.write('</a>');
document.write('</div>');
}
if (img == "3") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=icons_madonna">');
document.write('<img src="_components/content_left/motion/_random/madonna.png">');
document.write('</a>');
document.write('</div>');
}
if (img == "4") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=icons_metallica">');
document.write('<img src="_components/content_left/motion/_random/metallica.png">');
document.write('</a>');
document.write('</div>');
}
if (img == "5") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=icons_michaeljackson">');
document.write('<img src="_components/content_left/motion/_random/mj.png">');
document.write('</a>');
document.write('</div>');
}
if (img == "6") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=icons_redhotchilipeppers">');
document.write('<img src="_components/content_left/motion/_random/rhcp.png">');
document.write('</a>');
document.write('</div>');
}
if (img == "7") {
document.write('<div id="center">');
document.write('<a href="motion.php?page=motion&client=mtv&item=icons_u2">');
document.write('<img src="_components/content_left/motion/_random/u2.png">');
document.write('</a>');
document.write('</div>');
}										
// -->
