function addBookmark(){
	if(document.all){
		window.external.addFavorite(location.href, "babyworld");
	} else {
		alert("Netscape users can use CTRL+D to bookmark this page");
	}
}
if (navigator.appVersion.indexOf("Mac") != -1 ) {
	document.write('<link rel="stylesheet" href="/css/babystyle1_mac.css">');
} else if (document.layers) {
	document.write('<link rel="stylesheet" href="/css/babystyle1_mac.css">');
} else {
	document.write('<link rel="stylesheet" href="/css/babystyle.css">');
}