function bookmarksite() {
	if (document.all) { // Internet Explorer
		window.external.AddFavorite("http://www.pakpressads.com", "Pakpressads: Newspaper jobs");
	} else {
		alert("Please press Ctrl + D to save bookmark. Thank you very much for your support!");
	}
}

