if(screen.width<1000||screen.height<700){
	document.write('<img src="/templates/images/logo.gif"  alt="" border="0" width="778" height="145" />');
}
else{
	document.write('<img src="/templates/images/logo.gif"  alt="" border="0" width="840" height="158" />');
}

