﻿function fav()
{
if (document.all)
	window.external.AddFavorite('http://www.find-phone.co.uk/', 'Cheap Mobile Phones');
else
	alert("Sorry. Netscape users must bookmark the pages manually by hitting <Ctrl-D>");
}

function eMail() {
	window.location = "mailto:info@find-phone.co.uk"
}