wpniSite='wpni';
wpniDomain='sprig.com';
show_doubleclick_ad = true;
//poeString = "sprig_poe";
rssString = "fromrss=y";
tileThatGetsDcopt = 1;
//this declares what kinds of ads are on this site

wpniAds.templates.initRule('defaultTemplate');
wpniAds.templates.rules.defaultTemplate.what = new Array('!300x300','!88x31','!tiffanytile');

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
  
  case 'tiffanytile':
  	thisAdType.size = "290x60"
  	thisAdType.code = "ad=tiff;"
  break
  
  case '300x300':
  	thisAdType.size = "300x300"
  	thisAdType.code = "ad=300x300;"
  break
  
  case '88x31':
  	thisAdType.size = "88x31"
  	thisAdType.code = "ad=88x31;"
  break
  
 }
  
return thisAdType
}
//this translates from the old placeAd to the new one


function front()
{
	if(typeof section_front == 'undefined') section_front = false;
	return 'front='+((section_front)?'y':'n') + ';'
}

function hackBin(_arg,currentLoc,what,delivery,onTheFly)
{
	var hackReturnValue=eval(_arg)
	switch(_arg)
	{
		
	}
	return hackReturnValue
}

//Google Text Links
googleAds.googleVars.google_ad_client="ca-washingtonpost-sprig_js";
//googleAds.googleVars.google_page_url = 'http://www.sprig.com';
googleAds.nodeHacks = ['/homepage','/fashion','/beauty','/home','/celebrity','/community'];
googleAds.hideBox = 'bottom';
//END Google Text Links