// own a holiday home - email page
 var urltest =  'http://www.ownaholidayhome.co.uk/';

function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<a class="contact" href=\"mailto:\?subject\=Take a look at this page I found, ' + document.title + '?body=You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" title="Alt+e. Send your friends e-mail about this page"><img src="' + urltest + 'images/email_page.gif" title="Alt+e. Send your friends e-mail about this page"/><\/a>');
}
else { document.write('<a class="contact" href=\"mailto:\?body\=Take a look at this page I found, ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" title="Alt+e. Send your friends e-mail about this page"><img src="' + urltest + 'images/email_page.gif" title="Alt+e. Send your friends e-mail about this page"/><\/a>');
}
