﻿
  GA_googleAddSlot("ca-pub-6234235352088480", "creativeheads_fullsailu_160x600");
  GA_googleAddSlot("ca-pub-6234235352088480", "creativeheads_fullsailu_300x250");
  GA_googleAddSlot("ca-pub-6234235352088480", "creativeheads_fullsailu_728x90");
  GA_googleFetchAds();
  
  //fix probems with techmsith ads not appearing,.. show google ads if we can't find the techsmith ad div
window.onload=function(){
    
 if (document.getElementById('google_ads_div_creativeheads_fullsailu_160x600')==null){
   try{
    document.getElementById('pad').style.display='none';
    document.getElementById('sad').style.display='inline';
    } catch (e){}
    try {
    document.getElementById('padL').style.display='none';
    document.getElementById('sadL').style.display='inline';
    } catch (e){}
   
 }  else {
    try {
    document.getElementById('pad').style.display='inline';
    document.getElementById('sad').style.display='none';
        } catch (e){}
        try{
    document.getElementById('padL').style.display='inline';
    document.getElementById('sadL').style.display='none';
    } catch (e){}
 }
}


