function ahl_redirect(targ, selObj, restore) { eval(targ+".open('"+selObj.options[selObj.selectedIndex].value+"', '_blank')"); if(restore) selObj.selectedIndex=0; } var out ='
'; document.write(out); var x = Math.round(40*Math.random()); if (x <= 10) { /* Reebok */ document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 20) {
/* Facebook*/
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 30) {
/* AHL Live*/
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 40) {
/* Twitter*/
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 50) {
/* AHL Authentic */
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 60) {
/* Playoffs*/
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 70) {
/* Mascot Madness*/
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 80) {
/* All-Star TV*/
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 90) {
/* All-Star*/
document.getElementById("ahlhead").innerHTML = '
';
} else if (x <= 100) {
/* AHL Live JavaScript*/
document.getElementById("ahlhead").innerHTML = '';
}
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4396798-14']);
_gaq.push(['_setDomainName', document.domain]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})()