/**
 * General functions for LSD
 **/

function position_background() {
/*	if (!jQuery.browser.mozilla) {
		var foopos = jQuery('#footer').offset();
		var foonewtop = parseInt(foopos['top']) + parseInt(jQuery('#footer').outerHeight()) - 602; // 602 is the height of the bg
		jQuery('body').css('background-position', '0px ' + foonewtop + 'px');
	}*/
}
