var this_domain = new String(document.location);
var test_domain = /^(http:\/\/forum.tecnozoom.it|http:\/\/forum.qnm.it)/gi;

if (this_domain.match(test_domain)) {
	// "BANNER" DISABILITATO COME DA RICHIESTA DI MASSI DEL 11/08/2010
} else {

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
function posiziona_div_iphone() {
   var iphone_el = document.getElementById("iphone_div");
   iphone_el.style.display = "none";
   var xwx = window.innerHeight + window.pageYOffset - 230 + "px";
   iphone_el.style.top = xwx;
   iphone_el.style.display = "block";
}
document.body.ontouchend = function () {
   setTimeout(function () {
	posiziona_div_iphone();
   }, 300);
};
document.body.ontouchmove = function () {
   var iphone_el = document.getElementById("iphone_div");
   iphone_el.style.display = "none";
};
iphone_down_url = ((!window.iphone_down_url) ? 'http://www.tuttogratis.it/gol.tg?13247' : window.iphone_down_url);
document.write('<div id="iphone_div" style="background: transparent; width: 100%; position: absolute; bottom: 0; z-index: 2000; left:0; cursor: pointer; height: 230px; margin:0; padding:0;" onclick="document.location=\''+iphone_down_url+'\'"><a href="'+iphone_down_url+'"><img src="http://commons.nanopress.it/wp-images/nano_iphone_app_970x230.png"></a></div>');
}

}
