function pgRotImage(){
	image_type = new Array('l','b');
	index = Math.floor(Math.random() * image_type.length);
	randnum = Math.ceil(10*Math.random());
	randbg = Math.ceil(3*Math.random());
	document.write('<div class="rotframe"><div class="rotimg"><div style="height:248px; width:466px;" >');
	document.write('<img src="styles/images/site_images/rotater/'+image_type[index]+''+randnum+'.jpg" alt="" width="466" height="248" /></div></div></div>');
	document.write('<div style="width:100%; position:absolute; top:160px; left:0; margin:0; padding:0;">');
	document.write('<div style="width:1000px; height:674px; background:url(styles/images/site_images/backgrounds/rotator/'+image_type[index]+''+randbg+'.png) no-repeat; z-index:4; top:0; position: relative; behavior:url(styles/iepngfix.htc); margin:0 auto;"></div></div>');
}
