pageIdRoot='faithglobal';
wpniSite='wpni';
wpniDomain='washingtonpost.com';
show_doubleclick_ad = true;
//poeString = "wpni_poe";
rssString = "fromrss=y";
tileThatGetsDcopt = 1;
//this declares what kinds of ads are on this site

function initAdType(what)
{
 var thisAdType = new AdInstance()
 thisAdType.testFlagArray = new Array('test_ads','test_' + what); 
 thisAdType.debugFlagArray = new Array('debugAdCode','debug' + what);
 
 switch(what)
 {
  
  case 'leaderboard':
   thisAdType.size = "728x90"
   thisAdType.code = "ad=lb;"
  break
  
  case 'rightflex':
   thisAdType.size = "160x600,336x850,300x250"
   thisAdType.code = "ad=ss;ad=hp;ad=bb;"
  break  
   
 
 }
  
return thisAdType
}
//this translates from the old placeAd to the new one


function front()
{
	return ''
}

function hackBin(_arg,currentLoc,what,delivery,onTheFly)
{
	var hackReturnValue=eval(_arg)
	switch(_arg)
	{
		
	}
	return hackReturnValue
}
