// JavaScript Document

// http://www.junglelodge.com.au		"UA-2855585-22"
// http://www.ferntreehostel.com.au 	"UA-2855585-21"
// http://www.barefootlodge.com.au		"UA-2855585-20"

var gs_google_analytics = "UA-2855585-20";

function jly_print_page(){
	window.print();
}

function writeE(sUser,sDomain) {
	if(sDomain==undefined){sDomain='oceanhotels'};
	e =(sUser + '@' + sDomain + '.com.au');
	document.write('<a href="mailto:' + e + '">' + e + '</a>');
}


function openWindow(sURL,sWindowName,w,h) {
	oWin = window.open(sURL, sWindowName, 'toolbar=0, location=0, directories=0, status=0, menubar=no, scrollbars=yes, resizable=yes, width='+w+', height='+h);
	oWin.focus();
}

window.addEvent('domready', function(){

	$$('a').each(function(element, i){
		if ((element.get('href')) && (element.get('rel'))) {
			if(element.get('rel').contains('external')){
				element.target = "_blank";
			}
		}
	});
	

}); // end dom ready