// PREVENT LOADING IN FRAMES OF OTHER WEBSITES
if(top.location != document.location){top.location.href = document.location.href;}

// BOOKMARKING
function bookmark(p,url) {
	if(!url || url=='') { url = 'http://www.mobile-place.com/search/'; }
	if(!p || p=='') { p = "Super Web Search"; }
	if(document.all) { window.external.AddFavorite(url,p); }
	else { alert('Press CTRL+D to bookmark this website!'); }
	return false;
}

// TELL FRIENDS
function tell_friend() {
	window.location.href =  'mailto:?subject=Interesting%20website&body=Hi,%0A%0AI%20found%20a%20nice%20website%20today,%20called%20Super%20Web%20Search.%20It%20makes%20finding%20finding%20information%20online%20easier,%20because%20it%20searches%20webpages,%20weblogs,%20photos,%20videos,%20news,%20products%20and%20more%20at%20once!%20It%20also%20suggests%20other%20search%20terms%20to%20find%20related%20information.%0AYou%20find%20it%20here:%20http://www.mobile-place.com/search/%0A%0AIf%20you%20like%20it,%20forward%20this%20email%20to%20your%20friends!%0A%0A%20See%20you!';
}