function sfmad(uri){
	var redir = '/interstitial/?redir='+uri;
	window.location.href=redir;
	return;
}