var width

width = screen.width

if (width == 1280) {
   document.write ("<style type='text/css'>");
   document.write ("body {background: #ceceb5; background-image: url(background_1280.jpg); background-position: top left; background-repeat: repeat-y; };") ;
   document.write ("</style>") }
else {
   document.write ("<style type='text/css'>");
   document.write ("body {background: #ceceb5; background-image: url(background_1280a.jpg); background-position: top left; background-repeat: repeat-y; };") ;
   document.write ("</style>")
}