if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))|| (navigator.userAgent.match(/iPad/i)))
{
location.href='http://www.laurapuppo.com/index_iphone.html';
}
var player;
function changePage(obj) {
	if (obj.newstate == 'COMPLETED') {
		window.location = "http://www.laurapuppo.com/negozio";
	}
}

function playerReady(thePlayer) { 
	player = window.document[thePlayer.id];
	player.addModelListener("state", "changePage");
}

