esnyder
05-28-2005, 04:39 PM
Hello! I am posting this querry here because I can't get a straight answer from Angelfire.com.
Here is the code in question:
// Cache-busting LUBID bug.
var ran = Math.round(Math.random() * 899999) + 100000;
var lubid_string = "<img src=\"http://hb.lycos.com/header?VID=6105&LHIG=1&ord=" + ran + "\" height=\"1\" width=\"1\">";
document.write(lubid_string);
//-->
</script>
<noscript><img src="http://hb.lycos.com/header?VID=6105&LHIG=1" height="1" width="1"></noscript>
<!-- START: Catman header -->
<script>
var cm_role = "live"
var cm_host = "angelfire.lycos.com"
var cm_taxid = "/memberembedded"
</script>
<script src="http://scripts.lycos.com/catman/init.js"></script>
<script language="JavaScript1.1">
var objAdMgr = new AdManager();
if(adChannel != "") { objAdMgr.setForcedParam("google_ad_channel", adChannel); }
var strProdSetName = objAdMgr.chooseProductSet(); objAdMgr.renderHeader();
</script>
<!-- END: Catman header -->
What does it do? To view the entire code, please go to
http://www.angelfire.com/wa3/n7dlv
Your help in this matter is appreciated.
Eric Snyder N7DLV
Here is the code in question:
// Cache-busting LUBID bug.
var ran = Math.round(Math.random() * 899999) + 100000;
var lubid_string = "<img src=\"http://hb.lycos.com/header?VID=6105&LHIG=1&ord=" + ran + "\" height=\"1\" width=\"1\">";
document.write(lubid_string);
//-->
</script>
<noscript><img src="http://hb.lycos.com/header?VID=6105&LHIG=1" height="1" width="1"></noscript>
<!-- START: Catman header -->
<script>
var cm_role = "live"
var cm_host = "angelfire.lycos.com"
var cm_taxid = "/memberembedded"
</script>
<script src="http://scripts.lycos.com/catman/init.js"></script>
<script language="JavaScript1.1">
var objAdMgr = new AdManager();
if(adChannel != "") { objAdMgr.setForcedParam("google_ad_channel", adChannel); }
var strProdSetName = objAdMgr.chooseProductSet(); objAdMgr.renderHeader();
</script>
<!-- END: Catman header -->
What does it do? To view the entire code, please go to
http://www.angelfire.com/wa3/n7dlv
Your help in this matter is appreciated.
Eric Snyder N7DLV