<?php 
 include_once("ads.php");

 $cms_curEdChannel = ''; 
 

//$searchHit = ((vp("visitType")=="search") and (vp("pagesViewed")<2));
 

 $showGoogleAd = true;
 // (!vp("isWebmaster")  
 //  and !vp("isStudent")   
   // and !$searchHit
 //  and !vp("isGoogleEmployee"));

 

 if($showGoogleAd) { 
  $ad = str_replace("[channel]", $cms_curEdChannel, $adsenseJS_468x60_white);
  $ad = str_replace("[pubID]", $cms_pubID, $ad);
  echo($ad);
 }

?>