function hero_change_image(){var hero_onclick='return false';var hero_style='cursor:default';if(heroAry[activeHID][2].length>0){hero_onclick="pageTracker._trackEvent('Banner','Clicked','"+heroAry[activeHID][3].replace("/heroshot","")+"');";hero_style='';}
var ihtml='';ihtml+='<a href="'+heroAry[activeHID][2]+'" trackurl="'+heroAry[activeHID][3]+'" type="track" onClick="'+hero_onclick+'" style="'+hero_style+'" >';ihtml+='<img width="620" src="'+heroAry[activeHID][4]+'" alt="'+heroAry[activeHID][0]+'" title="'+heroAry[activeHID][0]+'">';ihtml+='</a>';$('#herodisp').html(ihtml);}
function init_heros(){$('.heroal').show();$('.heroar').show();pageTracker._trackEvent('Banner','Impressions',"'"+heroAry[activeHID][3].replace("/heroshot","")+"'");$('.heroal').click(function(){if(activeHID==0){activeHID=(heroAry.length-1);}else{activeHID--;}
pageTracker._trackEvent('Banner','Impressions',"'"+heroAry[activeHID][3].replace("/heroshot","")+"'");hero_change_image();});$('.heroar').click(function(){if(activeHID==(heroAry.length-1)){activeHID=0;}else{activeHID++;}
pageTracker._trackEvent('Banner','Impressions',"'"+heroAry[activeHID][3].replace("/heroshot","")+"'");hero_change_image();});$.each(heroAry,function(index,value){var image=$('<img />').attr('src',heroAry[index][4]);});}
var activeHID=0;var heroAry=[];$(document).ready(function(){init_heros();});
