function bg(){
  $(document).ready(function(){
	$("body").css({ 'background-image':'url(images/bg.gif)' });
  });
}
