
<!--
var b1dis = "<a href=\"";
var blank = "\"target=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"690\" height=\"205\" alt=\"MUTR - The home of fun ideas and the latest materials and technology\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*4);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "product_info.php?products_id=1009760" +bdis+ "images/homeseason.jpg\" title=\"Football Robots\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "product_info.php?products_id=1243" +bdis+ "images/homeiq.jpg\" title=\"IQ Controller\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "product_info.php?products_id=3503" +bdis+ "images/homecham.jpg\" title=\"Chameleon nano flakes\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "experiments.php" +bdis+ "images/homelearn.jpg\" title=\"Have fun and learn with mutr\"" +edis);
}
// -->

