// email scripts
function eMailOnlineEnqueries()
{
	open(href="mailto:query@HotelsAndLondon.com?subject=** OnlineQuery **"); 
}
function eMailMarketing()
{
    //Spam avoidance from JohnnyJet: [Debbie@johnnyjet.com] Remove Brackets
	open(href="mailto:[marketing@HotelsAndLondon.com]Remove the brackets?subject=** Marketing **"); 
}
function eMailAdvertising()
{
	open(href="mailto:advertising@HotelsAndLondon.com?subject=** Advertising **"); 
}
function eMailLinks()
{
	open(href="mailto:links@HotelsAndLondon.com?subject=** Link Exchange **"); 
}

