<!--
document.getElementsByTagName("TABLE")[0].width="728"

function Get(tag){
return document.getElementsByTagName(tag)
}
TDNode = Get('td')
TBNode = Get('Table');
FontNode = Get("font")
aNode = Get("a")
TDNode[5].style.backgroundColor="transparent";
TDNode[5].style.valign="top";
document.body.removeChild(Get("br")[0]);
TBNode[3].cellPadding = "3";
FontNode[1].innerHTML = "";
TBNode[0].cellSpacing="0";
TBNode[0].style.backgroundColor="transparent";
TDNode[2].style.display="none";
/*
Code by Adrian - http://www.planetveldin.com/
Don't re-post this code without the owner's permission
Global Header
*/

// This changes the width of the forum / block
var Width="728";

// This changes the head image of the block
var Top="http://imusion.net/forumskins/pb/11/headerimage6mo.jpg";

// This changes the base image of the block
var Bot="http://imusion.net/forumskins/pb/11/sig083.jpg";

// This changes the colour of the block
var Col="#1E1E1E";

document.write("<table width='"+Width+"' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td width='735' align='center' valign='bottom'><img src='"+Top+"'></td></tr><tr><td align='center' valign='top' bgcolor='"+Col+"'>");

document.getElementsByTagName("td")[2].style.display="none";
// -->
