function isIE6520d8950(){
var browser=navigator.appName;
var b_version=navigator.appVersion;
var version=parseFloat(b_version);
if(browser=="Microsoft Internet Explorer" && version==4) return true;
return false;
}
function wCf520d8950() {
var catfish520d8950 = document.getElementById('catfish520d8950');
var subelements = [];
for (var i = 0; i < document.body.childNodes.length; i++) {
subelements[i] = document.body.childNodes[i];
}
var zip520d8950 = document.createElement('div');
zip520d8950.id = 'zip520d8950';
for (var i = 0; i < subelements.length; i++) {
zip520d8950.appendChild(subelements[i]);
}
document.body.appendChild(zip520d8950);
document.body.appendChild(catfish520d8950);
}
var catfish520d8950;
function dCf520d8950(){
catfish520d8950 = document.getElementById('catfish520d8950');
catfish520d8950.style.display='block';
catfish520d8950.style.marginBottom ='0px';
catfish520d8950.style.background= '#FFFFFF';
document.body.parentNode.style.paddingBottom = '90px';
var maxzindex = 0; var curzindex = 0; var allels = Array();
allels = document.getElementsByTagName('*');
for(var i=0; i < allels.length; i++){
if (allels[i].currentStyle){curzindex = parseFloat(allels[i].currentStyle['zIndex']);}
else if(window.getComputedStyle){curzindex = parseFloat(document.defaultView.getComputedStyle(allels[i],null).getPropertyValue('z-index'));}
if(!isNaN(curzindex) && curzindex > maxzindex){ maxzindex = curzindex; }
}
catfish520d8950.style.zIndex=maxzindex+1;
}
function displayads520d8950(){
var docwidth; var docheight;
if (typeof window.innerWidth != 'undefined') {
docwidth = window.innerWidth;
docheight = window.innerHeight;
} else if (typeof document.documentElement != 'undefined' && typeof document.documentElement.clientWidth !='undefined' && document.documentElement.clientWidth != 0){
docwidth = document.documentElement.clientWidth;
docheight = document.documentElement.clientHeight;
} else {
docwidth = document.getElementsByTagName('body')[0].clientWidth;
docheight = document.getElementsByTagName('body')[0].clientHeight;
}
if(!document.getElementsByTagName("FRAMESET")[0] && docwidth > 728 && docheight > 180){
dCf520d8950();
if (isIE6520d8950()){
document.getElementsByTagName('html')[0].style.padding= '0 0 90px 0';
wCf520d8950();
}
}
if(!document.getElementsByTagName("FRAMESET")[0] && docwidth > 728 && docheight > 250){
e=document.getElementById("topad520d8950");
e.innerHTML='';
e2=document.getElementById("catfish520d8950");
e2.innerHTML='';
}
}
displayads520d8950();