document.writeln('<style>');
document.writeln('.main{ border-left:4px solid #01567F; border-right:4px solid #01567F; border-bottom:4px solid #01567F; background:#E1FAF7; }');
document.writeln('.td1{ width:192px; height:26px; background:#CAB5FA; }');
document.writeln('.td2{ width:592px; border-left:1px solid #F2F3F5; background:#B4D4FA; }');
document.writeln('.td3{ width:8px; border-left:1px solid white; background:#B4D4FA; }');
document.writeln('.td4{ background-color:white; background:url('+root+'/contests/images/left-bg.gif); }');
document.writeln('.td5{ width:591px; background:#E4F2FF; border-top:1px solid white; }');
document.writeln('.td6{ width:8px; border-left:1px solid white; background:#E4F2FF; border-top:1px solid white; }');
document.writeln('.td7{ width:191px; background:white; border-right:1px solid #F2F3F5; border-top:1px solid #f0f0f0; }');
document.writeln('.td8{ background:#E4F2FF; border-left:1px solid white; border-top:1px solid white; }');
document.writeln('.td9{ width:8px; border-left:1px solid white; background:#E4F2FF; border-top:1px solid white; }');
document.writeln('.content{ padding:15px; }');
document.writeln('.l {color:#2B4AA5;}');
document.writeln('.text{font-family:arial,helvetica; font-size:12px;}');
document.writeln('.rlink{color:#7A558A; padding:2px;}');
document.writeln('.rlink:hover{color:#6A457A; background:#d4e2eF;}');
document.writeln('#mainer a{font-weight:bold; color:#7A558A; padding:2px;}');
document.writeln('#mainer a:hover{color:#6A457A; background:#d4e2eF;}');
document.writeln('body{color:#3963a4;}');
document.writeln('</style>');

function writeSectionTop(where,bk){
image=where.toLowerCase().replace(/ /g,'');
addback=(bk!=null)?'<a href="javascript:window.history.back();"><img src="'+root+'/contests/images/back.gif" width="54" height="26" border="0" alt="Back" align="absmiddle"></a><img src="'+root+'/images/blank.gif" width="340" height="1" alt="" align="absmiddle">':'';
document.writeln('<table width="792" cellspacing="0" cellpadding="0"><tr><td class="td1"><img src="'+root+'/contests/images/photo-top.jpg" width="192" height="26" border="0" alt=""></td><td class="td2" align="right">'+addback+'<img src="'+root+'/contests/images/header-'+image+'.gif" border="0" alt="'+where+'" align="absmiddle"></td><td class="td3"><br></td></tr></table><table width="792" cellspacing="0" cellpadding="0"><tr><td valign="top" class="td4"><img src="'+root+'/contests/images/photo-bottom.jpg" width="192" height="444" border="0" alt="Regis and Kelly"></td><td class="td5" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td valign="top" class="content">');
}
function writeSectionBottom(){
document.writeln('</td></tr></table></td><td class="td6"><br></td></tr></table><table width="792" cellspacing="0" cellpadding="0"><tr><td class="td7"><br></td><td class="td8"><br></td><td class="td9"><br></td></tr></table>');
}