// www.aowomhoog.nl aow_service_jongeren.js 


function mailFriend() { // alleen jongerensite
	document.write('<a id="mailFriend" href="mailto:?subject=Link%20naar%20website%20Platform%20AOW%20Omhoog&amp;');
	document.write('body=Link%20naar%20pagina%20op%20de%20website%20van%20het%20Platform%20AOW%20Omhoog:');
	document.write('%0D%0A'+window.location+'%20%0D%0A%0D%0ABeste%20/%20Geachte%20...%20enz.%0D%0A" ');
	document.write('title="Maak iemand attent op deze webpagina met een pasklaar e-mail\'tje" ');
	document.write('onmouseover="window.status=\'\';return true;"><img ');
	document.write('src="http://www.aowomhoog.nl/images/transp1x1.gif" width="70" height="20" ');
	document.write('alt="" ><\/a>');
}
function makeFavo(){
	if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
		window.external.AddFavorite(location.href, document.title);
		}
	}

