
<!--
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()*6);
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+ "images/jun10.pdf" +bdis+ "images/newsheader.jpg\" title=\"Product News\"" +edis);
}


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

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

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

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


// -->
