if(screen.width==1024)
	 {
	 	document.write("<link rel='stylesheet' type='text/css' href='/styles/style_1024.css' />"); 
	 }
  else if(screen.width==1152)
	  {
	 	document.write("<link rel='stylesheet' type='text/css' href='/styles/style_1152.css' />"); 
	 }

  else
  	{
	    document.write("<link rel='stylesheet' type='text/css' href='/styles/styleother.css' />");
	}

