var pos = 0;function bougeBG(){if(pos <= 6510) pos++;else pos = 0;$('body').css('background-position', pos+'px 0');}
