
    function maybeBlankUserName(obj) {
        if (obj.value == "UserName") {
            obj.value = "";
        } 
    }

	function bookmarksite(title,url){
	if (window.sidebar) // firefox
		window.sidebar.addPanel(title, url, "");
	else if(window.opera && window.print){ // opera
		var elem = document.createElement('a');
		elem.setAttribute('href',url);
		elem.setAttribute('title',title);
		elem.setAttribute('rel','sidebar');
		elem.click();
	} 
	else if(document.all)// ie
		window.external.AddFavorite(url, title);
	}


	function mailpage() 
	{ 
	mail_str = "mailto:?subject= Thought you would like a Holistic Yoga Holiday"; 
	mail_str += "&body= " + "Hi, I was looking at Holistic Yoga Holidays on allaboutyoga.co.uk and thought you would like to know about this one"; 
	mail_str += ": " + location.href + ""; 
	mail_str += "%0A%0aThey are eco-conscious holidays ... so kind to the environment and good for mind body and soul!";
	location.href = mail_str; 
	} 


	var message = "Print this Page";
	function printpage() { window.print();  }



