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

if (img == "0") {
document.write(b1dis+ "newfeature.php" +bdis+ "images/header/specialfeat.jpg\" title=\"New Features\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "pop.php" +bdis+ "images/header/greenhead.jpg\" title=\"Power of the Planet\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "http://www.dailymail.co.uk/sciencetech/article-1163125/Schools-robofish-sniff-pollution-Thames.html" +blank+ "_blank" +blank+ "_blank" +bdis+ "images/header/fishcorner.jpg\" title=\"Polymorph against pollution\"" +edis);
}

if (img == "3") {
document.write(b1dis+ "mutrvid.php" +bdis+ "images/header/videohead.jpg\" title=\"Animation Services\"" +edis);
}

if (img == "4") {
document.write(b1dis+ "mad.php" +bdis+ "images/header/madhead.jpg\" title=\"Mad About Science\"" +edis);
}

if (img == "5") {
document.write(b1dis+ "dwnlds.php" +bdis+ "images/header/junglecorner.jpg\" title=\"Free Downloads\"" +edis);
}

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

if (img == "7") {
document.write(b1dis+ "product_info.php?products_id=9047" +bdis+ "images/header/seismohead.jpg\" title=\"Seismometer Scores\"" +edis);
}

// -->
