	
function checkURL(){
	
	if(swfobject.getQueryParamValue("address")){		
		window.location.href="http://www.mizielinski.pl/#/"+swfobject.getQueryParamValue("address");				
	}
	
	
}
	
	
