document.write('<STYLE type="text/css">');
if (screen.width<=1680){
document.write('html, body { background-image: url(img/bg.jpg);');
}
else{
document.write('html, body { background-image: url(img/bbg.jpg);');
}
document.write('</STYLE>');


