document.write('<div class="c2"><img src="./templatepics/1.gif" border="0" class="c1" alt="" /></div>');

document.write('<div class="c3"><MAP name=FPMap1><AREA shape=poly coords=47,17,49,10,72,0,123,0,130,5,132,12,130,18,127,19,54,19 href="index.html"></MAP>');
document.write('<img alt="MCC Home" src="./templatepics/2_tint.gif" width="165" height="22" usemap="#FPMap1" border="0" /></div>');

document.write('<div class="c4"><MAP name=FPMap2><AREA shape=poly coords=45,20,42,13,44,2,51,1,126,2,132,6,133,15,129,20,127,21 href="mccwebcurrent.html"></MAP>');
document.write('<img alt="MCC Current Show" src="./templatepics/3_tint.gif" width="165" height="22" usemap="#FPMap2" border="0" /></div>');

document.write('<div class="c5"><MAP name=FPMap3><AREA shape=poly coords=43,21,38,17,40,7,43,0,50,2,128,3,133,6,134,13,133,19,130,22 href="mccwebhistory.html"></MAP>');
document.write('<img height="23" alt="MCC History" src="./templatepics/4_tint.gif" width="165" usemap="#FPMap3" border="0" /></div>');

document.write('<div class="c6"><MAP name=FPMap4><AREA shape=poly coords=35,16,34,7,42,2,130,3,135,9,134,16,131,19 href="mccwebmembers.html"></MAP>');
document.write('<img height="21" alt="MCC Members" src="./templatepics/5_tint.gif" width="165" usemap="#FPMap4" border="0" /></div>');

document.write('<div class="c7"><MAP name=FPMap5><AREA shape=poly coords=31,16,32,7,41,2,131,3,136,7,136,16,133,20,35,20 href="mccwebgallery.html"></MAP>');
document.write('<img height="24" alt="MCC Gallery" src="./templatepics/6_tint.gif" width="165" usemap="#FPMap5" border="0" /></div>');

document.write('<div class="c8"><MAP name=FPMap6><AREA shape=poly coords=28,16,28,7,34,1,132,2,137,7,136,15,132,18,32,19 href="mccwebfuture.html"></MAP>');
document.write('<img height="20" alt="MCC Future shows" src="./templatepics/7_tint.gif" width="165" usemap="#FPMap6" border="0" /></div>');

document.write('<div class="c9"><MAP name=FPMap7><AREA shape=poly coords=29,17,26,10,26,5,32,2,134,3,139,8,138,15,129,16 href="area51.html"></MAP>');
document.write('<img height="19" alt="Area 51 Members Only" src="./templatepics/8_tint.gif" width="165" usemap="#FPMap7" border="0" /></div>');

document.write('<div class="c10"><MAP name=FPMap10><AREA shape=poly coords=46,6,57,2,133,3,140,8,138,14,131,14,65,15 href="/zisp/mailer?ID=2"></MAP>');
document.write('<img height="20" alt="MCC Contact info" src="./templatepics/9_tint.gif" width="165" usemap="#FPMap10" border="0" /></div>');

document.write('<div class="c11"><MAP name=FPMap11><AREA shape=poly coords=89,4,95,1,136,1,141,8,141,17,135,22 href="mailto:info.mcc@blueyonder.co.uk"></MAP>');
document.write('<img height="30" alt="E-mail" src="./templatepics/10_tint.gif" width="165" usemap="#FPMap11" border="0" /></div>');

document.write('<div class="c12"><img height="118" src="./templatepics/11.gif" border="0" alt="" /></div>');

document.write('<div id="background" class="c14"><img src="./templatepics/bg.jpg" border="0" class="c13" alt="" /></div>');
document.write('<div id="background" class="c26"><img src="./templatepics/12.gif" border="0" class="c25" alt="" /></div>');

//<!-- Top Bar Stuff -->
document.write('<div id="bg_top" class="c15"><img alt="bg_top" height="33" src="./templatepics/bg_top.jpg" width="100%" border="0" /></div>');
document.write('<div id="topimage" class="c16"><img alt="topimage" height="6" src="./templatepics/top.gif" width="507" border="0" /></div>');
document.write('<div id="middle1" class="c17"><img alt="middle1" height="38" src="./templatepics/middle1.gif" width="194" border="0" /></div>');
document.write('<div id="middle2" class="c18"><img alt="middle2" height="38" src="./templatepics/middle2.gif" width="40" border="0" /></div>');
document.write('<div id="bottom" class="c19"><img alt="bottom" height="17" src="./templatepics/bottom.gif" width="500" border="0" /></div>');
document.write('<div id="logo" class="c20"><img alt="logo" height="38" src="./templatepics/logo.gif" width="273" border="0" /></div>');
document.write('<div id="countdown" class="c21"><img name="imgCountdown_d100" src="./templatepics/c0.gif" alt="" />');
document.write('<img name="imgCountdown_d10" src="./templatepics/c0.gif" alt="" /><img name="imgCountdown_d1" src="./templatepics/c0.gif" alt="" />days');
document.write('<img name="imgCountdown_h10" src="./templatepics/c0.gif" alt="" /><img name="imgCountdown_h1" src="./templatepics/c0.gif" alt="" />hrs&nbsp;');
document.write('<img name="imgCountdown_m10" src="./templatepics/c0.gif" alt="" /><img name="imgCountdown_m1" src="./templatepics/c0.gif" alt="" />mins to&nbsp;');
document.write('<a href="mccwebcurrent.html">next SHOW</a></div>');

//<!-- Top Logo -->
document.write('<div id="mainlogo" class="c23"><img border="0" src="./templatepics/mcclogotop2.gif" class="c22" alt="" /></div>');


//<!-- Positioning Logo and Blink link if present -->
    var myWidth = 0, myHeight = 0;
    window.onload = Position;
    window.onresize = Position;    

function Position() {
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  //window.alert( 'Width = ' + myWidth );
  //window.alert( 'Height = ' + myHeight );

  myWidth = ((myWidth-588)/2)+60;

  document.getElementById("mainlogo").style.left=myWidth+"px";
  if (document.getElementById("blink")) {
	document.getElementById("blink").style.left=myWidth+"px";
	}
  }
 
 