wpniSite='express';
wpniDomain='readexpress.com';
show_doubleclick_ad = true;
//poeString = "express_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('!234x60','!234x60_2');

//10559-AL,rev-#6
/*wpniAds.templates.initRule('eno234x60');
wpniAds.templates.rules.eno234x60.what = new Array('234x60$');
wpniAds.templates.rules.eno234x60.when = new Array('200908170000/200908181259;200908200000/200908202359');*/

//11265-MB-218756012
wpniAds.templates.initRule('eno234x60');
wpniAds.templates.rules.eno234x60.what = new Array('234x60$');
wpniAds.templates.rules.eno234x60.when = new Array('200910140000/200910162359;200910210000/200910232359');


function initAdType(what)
{
 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;!category=bigleaderboard;"
		break
		
		case 'bigbox':
			thisAdType.size = "300x250"
			thisAdType.code = "ad=bb;"
		break

		case 'skyscraper':
			thisAdType.size = "160x600"
			thisAdType.code = "ad=ss;";
		break;
		
		case '234x60':
			thisAdType.size = "234x60"
			thisAdType.code = "ad=234x60;"
		break
		
		case '180x21':
			thisAdType.size = "180x21"
			thisAdType.code = "ad=180x21;"
			thisAdType.isThisManaged = true;
		break;
		
		case 'skyHalfBigFlex':
			thisAdType.size = "160x600,336x850,300x250"
			thisAdType.code = "ad=ss;ad=hp;ad=bb;"
		break
		
		case '120x240':
			//thisAdType.size = "120x240"
			//thisAdType.code = "ad=120x240;"
			thisAdType.adExecute = function ()
			{
				if(dateToString() >= "200802010000" && dateToString() <= "200802292359"){
					document.write('<a href="http://www.washingtonpost.com/cars" target="_blank"><img src="http://www.washingtonpost.com/wp-adv/advertisers/cars/images/cars_ccs120x240.gif" alt="" border="0" width="120" height="240"/></a>')
				}
			}
		break
		
		case '88x31':
			//thisAdType.size = "88x31"
			//thisAdType.code = "ad=88x31;"
			thisAdType.adExecute = function ()
			{
				if(dateToString() >= "200802010000" && dateToString() <= "200802292359"){
					document.write('<a href="http://www.washingtonpost.com/cars" target="_blank"><img src="http://www.washingtonpost.com/wp-adv/advertisers/cars/images/cars_logo88x31.jpg" alt="" border="0" width="88" height="31"/></a>')
				}
			}
		break
		
		case '446x33':
			//thisAdType.size = "446x33"
			//thisAdType.code = "ad=fb;"
			thisAdType.adExecute = function ()
			{
				if(dateToString() >= "200802010000" && dateToString() <= "200802292359"){
					document.write('<a href="http://www.washingtonpost.com/cars" target="_blank"><img src="http://www.washingtonpost.com/wp-adv/advertisers/cars/images/cars_ccs446x33.gif" alt="" border="0" width="446" height="33"/></a>')
				}
			}
		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
}