if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1)) {addEventListener("load",function() {setTimeout(iPhonesetup, 0);}, false);}function iPhonesetup() {window.scrollTo(0,1);}
footerposition = function() {
	if ($('wrap-bottom')) {
	    var s = $('wrap-bottom').getHeight();
	    $('content').setStyle({paddingBottom: s + 50 +'px' });
    $('wrap-top').setStyle({marginBottom: '-' + s +'px'});
  };
};
