// yellow / swfpv.com / yellow.as@gmail.com
function fpv_hc(){
	document.getElementById("flashpicviewer5").hrefchange(location.href);
};
function fpv_c(){
	if(fpv_ol!=location.href){fpv_ol=location.href;fpv_hc();}
}
function fpv_set_title(s){
	if(s!=null&&s!=""){document.title=s;}
}

function fpv_set_hash(s){
	s=(s=="null")?"":s;
	s=(s==null)?"":s;
	location.hash=(navigator.userAgent.indexOf("Safari")>-1)?s:("#"+s);
	document.currentHref=location.href;
}
function fpv_get_href(){
	return location.href;
}
var fpv_ol=location.href;
setInterval("fpv_c()",100);
