var scr_w = window.screen.width;
	
if (scr_w > "800"){
	document.write('<img src="images/global/spacer.gif" width="60" height="60">');
}else{

	document.write('<img src="images/global/spacer.gif" width="6" height="60">');
}

