

function LoadStyle() {
// style sheet sniffer to determine the correct styles to apply
var version = "style_windows";
if (is_nav4down && is_win) {
version = "style_netscape";
}
else if (is_nav4down && is_mac) {
version = "style_mac";
}
document.writeln('<LINK rel=stylesheet href="/css/' + version + '.css" type="text/css"> ');
}


function my_random() {
var number = Math.random();
if (number >= .5) {
var ran = "first";
 }
else {
var ran = "second";
 }
return ran;
}

// footer on the base of each bluetooth page.
function write_footer(category) {
document.write ('<br><div align="center">');
if (category == "home") {
document.write ('<!-- This tag should be placed in the secure category in the 468x60 size space  -->');
document.write ('');
document.write ('<!-- End of adMonitor v3.0 rich content tags -->');
}
else if (category == "old_reg") {
 document.write ('<!-- This tag should be placed in the Registration homepage category in the 468x60 size space  -->');
document.write ('');
document.write ('<!-- End of adMonitor v3.0 rich content tags -->'); 
}
else if (category == "blah") {
var banner = my_random();
if (banner == "first"){
 document.write ('<a rel="nofollow" href="http://www.siliconwave.com/devcon"><img src="/images/silicon_banner.gif" border="0"></a>'); 
 }
else {
document.write ('<a rel="nofollow" href="http://www.telecomweb.com"><img src="/images/silicon2.gif" border="0"></a>'); 
 }

}
else if (category == "nada"){

document.write ('<!-- This tag should be placed in all categories in the 468x60 size space  -->');
document.write ('');
document.write ('<!-- End of adMonitor v3.0 rich content tags -->');
}
document.write('<br><img src="/images/homepage_logos.gif" border="0" usemap="#newmap">');
document.write('</div>');
document.write('<br> ');
document.write('<p align="center" class="small">BLUETOOTH is a trademark owned by Bluetooth SIG,<br> Inc. USA and licensed to Key3Media Events, Inc.<br><br>');
document.write('Copyright ©1996-2001 Key3Media Group, Inc. All Rights Reserved.<br> ');
document.write('Access to all Key3Media Events sites is subject to the <a href="/legal/"><font color="red">Terms Of Use and Other Legal Provisions.</font></a></p><br><br> ');  

document.write('<map name="newmap">');
document.write('<area alt="3com" coords="1,0,42,49" rel="nofollow" href="http://www.3com.com/" target="_blank">');
document.write('<area alt="ericsson" coords="116,0,188,49" rel="nofollow" href="http://www.ericsson.com/" target="_blank">');
document.write('<area alt="agere" coords="44,0,113,49" rel="nofollow" href="http://www.lucent.com/micro/" target="_blank">');
document.write('<area alt="IBM" coords="191,0,228,49" rel="nofollow" href="http://www.ibm.com/" target="_blank">');
document.write('<area alt="Microsoft" coords="265,0,331,49" rel="nofollow" href="http://www.microsoft.com" target="_blank">');
document.write('<area alt="Intel" coords="230,0,264,50" rel="nofollow" href="http://www.intel.com/" target="_blank">');
document.write('<area alt="Motorola" coords="334,0,439,49" rel="nofollow" href="http://www.motorola.com" target="_blank">');
document.write('<area alt="Nokia" coords="440,0,496,49" rel="nofollow" href="http://www.nokia.com" target="_blank">');
document.write('<area alt="Toshiba" coords="498,0,553,49" rel="nofollow" href="http://www.toshiba.com" target="_blank">');
document.write('</map>');
} 


