function ShowTowerBanner4(tURL, tImage, tIsPopup){
	document.write("<a href=\""+tURL+"\"");
	if(tIsPopup == true)
		document.write(" target=\"AdsPopup\"");
	document.write(">");
	document.write("<img src=\""+tImage+"\"");
	document.write(" width=\"160\"");
	document.write(" height=\"300\"");
	document.write(" border=\"0\"");
	document.write(" class=\"ContentText\"");
	document.write(" alt=\"Advertisement\"");
	document.write("</a><br>");
	//document.write(" style=\"border-color:#D1D1D1\">");
}

//ShowTowerBanner("/promotions_johnson.html", "/images/JJ-Tower-Static2.jpg", false);
ShowTowerBanner4("#", "../ads/samples/banner_tower4.jpg", false);

