document.write("<style>.pgbnr { visibility:hidden; height:0;}</style>");

$(document).ready(function(){
	/*--- pull image from page and put it in banner --*/
	if($(".pgbnr").html()){
		//**** place page image in banner ****
		var imgPath = $(".pgbnr").children().attr("src");
		var imgHeight = $(".pgbnr").children().attr("height");
		if(imgPath != undefined){
			$(".pgbnr").children().remove();
			//$(".sitelcol").css("padding-top",imgHeight + 40);
			$("#img_wrapper img").attr("src",imgPath);
			$("#img_wrapper").css("display","block").css("visibility","visible");
			//$(".sitelcol").css("padding-top",imgHeight + 40);
		}	
	}else {
		$("#self_mng_relative img").attr("src","/ftpimages/215/podium/banner_photo_L1_1.jpg");
	}	
	/*-- end page image pull--*/
});
