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

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

	var bmurl = "url(#default#homepage)";
	var hurl = "http://" + window.document.domain.toString();
	//var hurl = "http://www.qnemirates.ae/";
