var Ovr2='';
if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat')
{
cot_t1_DOCtp="_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}";
}
else
{
cot_t1_DOCtp="_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}";
}

if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat')
{
cot_t1_DOCtp2="_top:expression(document.documentElement.scrollTop-20+document.documentElement.clientHeight-this.clientHeight);}";
}
else
{
cot_t1_DOCtp2="_top:expression(document.body.scrollTop-20+document.body.clientHeight-this.clientHeight);}";
}

var cot_bgf0='';
var cot_tl_bodyCSS='* html {background:url('+cot_bgf0+') fixed;background-repeat: repeat;background-position: right bottom;}';
var cot_tl_fixedCSS='#cot_tl_fixed{position:fixed;';
var cot_tl_fixedCSS=cot_tl_fixedCSS+'_position:absolute;';
var cot_tl_fixedCSS=cot_tl_fixedCSS+'bottom:0px;';
var cot_tl_fixedCSS=cot_tl_fixedCSS+'right:0px;';
//Image Size is Here *** Mike Benett
var cot_tl_fixedCSS=cot_tl_fixedCSS+'clip:rect(0 150 125 0);';
var cot_tl_fixedCSS=cot_tl_fixedCSS+cot_t1_DOCtp;
//var cot_tl_popCSS='#cot_tl_pop {background-color: transparent;';
//var cot_tl_popCSS=cot_tl_popCSS+'position:fixed;';
//var cot_tl_popCSS=cot_tl_popCSS+'_position:absolute;';
//var cot_tl_popCSS=cot_tl_popCSS+'height:194px;';
//var cot_tl_popCSS=cot_tl_popCSS+'width: 244px;';
//var cot_tl_popCSS=cot_tl_popCSS+'right: 120px;';
//var cot_tl_popCSS=cot_tl_popCSS+'bottom: 20px;';
//var cot_tl_popCSS=cot_tl_popCSS+'overflow: hidden;';
//var cot_tl_popCSS=cot_tl_popCSS+'visibility: hidden;';
//var cot_tl_popCSS=cot_tl_popCSS+'z-index: 100;';
var cot_tl_popCSS=cot_tl_popCSS+cot_t1_DOCtp2;

document.write('<style type="text/css">'+cot_tl_bodyCSS+cot_tl_fixedCSS+cot_tl_popCSS+'</style>');

function cot_tl_toggleMiniPOPUP_hide()
{
var cred_id='cot_tl_pop';
var NNtype='hidden';
var IEtype='hidden';
var WC3type='hidden';
if(document.getElementById)
{
eval("document.getElementById(cred_id).style.visibility=\""+WC3type+"\"");
}
else
{
if(document.layers)
{
document.layers[cred_id].visibility=NNtype;
}
else
{
if(document.all)
{
eval("document.all."+cred_id+".style.visibility=\""+IEtype+"\"");
}
}
}
}

function cot_tl_toggleMiniPOPUP_show()
{
cred_id='cot_tl_pop';
var NNtype='show';
var IEtype='visible';
var WC3type='visible';
if(document.getElementById)
{
eval("document.getElementById(cred_id).style.visibility=\""+WC3type+"\"");
}
else
{
if(document.layers)
{
document.layers[cred_id].visibility=NNtype;
}
else
{
if(document.all)
{
eval("document.all."+cred_id+".style.visibility=\""+IEtype+"\"");
}
}
}
}

function COT(cot_tl_theLogo,cot_tl_miniBaseURL,AltText)

{
var cot_tl_myLocation=location.host;
//var cot_tl_miniBaseURL='http://www.google.com';
var cot_tl_bigBaseURL='http://www.cnn.com';

document.write('<div id="cot_tl_pop">');
document.write('</div>');
document.write('<div id="cot_tl_fixed">');
document.write('<a href="' + cot_tl_miniBaseURL + '"><img class=normalimg src='+cot_tl_theLogo+' alt="'+AltText+'" border="0" onMouseOver="Ovr=setTimeout(\'cot_tl_toggleMiniPOPUP_show()\',1000);clearTimeout(Ovr2)" onMouseOut="Ovr2=setTimeout(\'cot_tl_toggleMiniPOPUP_hide()\',4000);clearTimeout(Ovr)"</a>');
document.write('</div>');}