function redirectToAppstore() {
	window.location = "http://itunes.apple.com/app/mimidoo/id385254814";
}

function clickAppstore(from) {
	_gaq.push(['_trackEvent', 'AppStore', 'redirect', from]);
	setTimeout(redirectToAppstore, 500);
	return false;
}
