﻿if(screen.width <=1023)
				{
				 
				document.write("<img src='images/background_small.jpg' alt='' height='149' width='800' border='0'>");
				}
				else
				{
				   
					document.write("<img src='images/background_large.jpg' alt='' height='167' width='900' border='0'>");
				}