
<!--
var b1dis = "<a href=\"";
var blank = "\"target=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"500\" height=\"327\" 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()*5);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "index.php?cPath=184_604" +bdis+ "images/giftideas.jpg\" title=\"Gift ideas that little bit different\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "experiments.php" +bdis+ "images/homeimg3.jpg\" title=\"Special Projects\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "askjohn.php" +bdis+ "images/homeaskj.jpg\" title=\"Ask John\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "index.php?cPath=17" +bdis+ "images/homefeb2010.jpg\" title=\"Project Resources\"" +edis);
}


if (img == "4") {
document.write(b1dis+ "index.php?cPath=8_134" +bdis+ "images/homemarch10.jpg\" title=\"Science and Engineering week\"" +edis);
}

// -->

