function AddToFavorites () {
	if (navigator.appName.indexOf('Microsoft') != -1) {
		window.external.AddFavorite('http://www.dariusdev.com/', 'dariusdev.com');
	} else if (navigator.appName.indexOf('Netscape') != -1) {
		alert('Add dariusdev.com to your bookmarks!\nYour browser requires that you\nPress Ctrl + D to bookmark this page.');
	} else if (navigator.appName.indexOf('Opera') != -1) {
		alert('Add dariusdev.com to your bookmarks!\nYour browser requires that you\nPress Ctrl + T to bookmark this page.');
	} else {
		alert('Add dariusdev.com to your bookmarks!');
	}
}

function ContactDariusDev () {
	document.write('<a hre'+'f="m'+'ai'+'lto:'+'%63%6F%6E%74%61%63%74%40%64%61%72%69%75%73%64%65%76%2E%63%6F%6D">&#099;&#111;&#110;&#116;&#097;&#099;&#116;&#064;&#100;&#097;&#114;&#105;&#117;&#115;&#100;&#101;&#118;&#046;&#099;&#111;&#109;<\/a>');
}
