if(location.href.indexOf("CircuitCity") != -1) {
document.writeln('<link rel="Stylesheet" href="../css/ccdemo.css" type="text/css" />');
document.writeln('<table id="wc_ccWrapper" width="560" cellspacing="0" cellpadding="0" border="0">');
document.writeln('<tr class="red">');
document.writeln('<td class="botblack1"><img src="http://www.circuitcity.com/IMAGE/app/r/logo_popup.gif" width="50" height="50" border="0" alt="Circuit City" /></td>');
document.writeln('<td class="botblack1"><br /></td>');
document.writeln('<td class="botblack1" valign="top" align="right" height="15">');
document.writeln('<div class="sp05050500">');
document.writeln('<a href="Javascript:window.close()"> <img align="absmiddle" src="http://www.circuitcity.com/IMAGE/app/r/btn_x_rd.gif" alt="X" width="15" height="15" border="0" /></a>'); 
document.writeln('<a href="Javascript:window.close()" class="white"><span class="txt1">Close window</span></a> </div>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td class="yellowd" colspan="3"><div class="sp05100510">');
document.writeln(' </div>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td class="shadow" colspan="3"> </td>');
document.writeln('</tr>');
document.writeln('</table>');
} else if(location.href.indexOf("Dell") != -1) {
document.writeln('<img src="http://us.kensington.com/images/dell_demo_header.jpg" width="559" height="74" border="0" alt="Dell" /><br />');
} else if(location.href.indexOf("Costco") != -1) {
document.writeln('<div style="float:left;width:150px;overflow:hidden"><img src="http://us.kensington.com/images/costco_demo_header.gif" width="140" height="40" border="0" alt="Costco" /></div><div style="float:right;width:100px;text-align:right"><br /><br /><a href="javascript:window.close()" style="color:#999;font:11px verdana,arial,helvetica;text-decoration:none">Close x</a>&nbsp;&nbsp;</div><br />');
}

function footer() {
	if(location.href.indexOf("Costco") != -1) {
		document.writeln('<a href="http://us.kensington.com/html/1457.html#privacy" target="_blank"><img src="http://us.kensington.com/images/costco_disclaimer.gif" width="400" height="31" border="0" alt="Kensington Privacy Policy" /></a><br />');
	}
}