var ad = {
	showSky : function () {
		OAS_RICH("Right");
		var cont = document.getElementById('adSky').innerHTML;
//		if (cont.match(/.*QC-Blocker.*/)) 
//			document.write( '<img src="/css/x.gif" style="height:100%;width:200px;margin:0;padding:0;display:block;" alt="blank">' );
	}
	,showMiddle : function () {
		// counter only
		OAS_RICH("Middle");
	}
	,showTop : function () {
		OAS_RICH("Top1"); 
	}
	,showBtm : function () {
		OAS_RICH("Bottom1");
	}
	,showHomM : function () {
		OAS_RICH("Middle2");
	}
	,showHomL : function () {
		// not used
	}
	,showHomR : function () {
		// not used
	}
	,showProm : function () {
		// not used
	}
	,showCont : function () {
		OAS_RICH("Middle2");
	}
	,showFla : function () {
		OAS_RICH("TopRight");
	}
};

