var CloseoutSrc = new Array("co","aftereffect7pro_adv","aftereffect7pro_ess","aftereffect7pro_pro","digitalphoto_pselemnts3","finalcutpro5_ess","finalcutstudio","flash_lite21","flex2_ria","flex2_avp","golivecs2","incopycs2","indesigncs2","illustratorcs2","photoshopcs","photoshopcs2","photoshop_elements5","premiere_elements3","premierepro2","premierepro2_new","prodstudio","adobeprodstudio","studio8bundle")

var fpSrc = new Array("fp","dreamweavercs4_adv","creativesuite3_web","websitedesign")

var NewPriceSrc = new Array("price")

var NewProdSrc = new Array("prod","business_lib","characterani_fund","creativesuite4_adv","cs4design_workflow","cpainter_intro_cawf","dreamweavercs4_adv","elements7","elements_lib","fireworkscs4","flashcs4pro_nat","flashcs4pro_adv","gw_3dsmax_introtwf","gw_maya_introifwf","3dsmax_introtwf_gw","maya_introifwf_gw","ha_cubase4_ess","ha_logicpro8_ess","ha_compress_eite","indesigncs4_adv","insp_solidworks08_fund","insp_solidworks09_fund","mentalray_ffurt","photoshop_elements7","photoshop_retouch","photoshopcs4e_adv","premiere_elements7","visualstudio2008_efwf","zbrush_intro_twf")


var RedTagSrc = new Array("redtag")

function onIMGLoad() {
	if (PageName == "office2007x"){
			document.write('<img src="/img/btn/misc/featprod19999_148x56.gif" width="148" height="56" border="0" alt="Product Trailer">');
	}else {
		if(NewProdSrc.indexOf(PageName) > 0){
			document.write('<img src="/img/btn/misc/newrelease_109x30.gif" width="109" height="30" alt="New Product" border="0" vspace="2"><br>');
		}else {}	
		if(CloseoutSrc.indexOf(PageName) > 0){
			document.write('<img src="/img/btn/misc/closeoutitem_wsl_109x41.gif" width="109" height="41" alt="Closeout Item - While Supplies Last" border="0" vspace="2"><br>');
		}else {}	
		if(fpSrc.indexOf(PageName) > 0){
			document.write('<img src="/img/btn/misc/fp_save20feature_150x41.png" width="150" height="41" alt="Featured Product - Save an additional 20%. Use code save20feature at checkout." border="0" vspace="2"><br>');
		}else {}	
		if(NewPriceSrc.indexOf(PageName) > 0){
			if(RPrice == "0" || RPrice == LPrice) {
				document.write('<img src="/img/btn/misc/newlowprice_110x30.gif" width="110" height="30" alt="New Lower Price" border="0" vspace="2">')
			}else {
				document.write('<img src="/img/btn/misc/newlowprice_110x30.gif" width="110" height="30" alt="New Lower Price" border="0" vspace="2"><br>Old Price: <strike>$'+ RPrice +'</strike>')
				}
		}else {}
	}
}
if(!Array.indexOf){
	Array.prototype.indexOf = function(obj){
		for(var i=0; i<this.length; i++){
			if(this[i]==obj){
				return i;
			}
		}
		return -1;
	}
}
onIMGLoad()