function sendRedirect(Url) {
        top.location.href = Url;
}

function sendRedirectBlankPage(Url) {
        window.open(Url,'','');
}

	var bmurl = "url(#default#homepage)";
	var hurl = "http://www.quest.net";