var icardlink='http://www.estudiossacramento.com';

function addfav(link, title) {
	NS4 = (document.layers) ? 1 : 0;
	IE4 = (document.all) ? 1 : 0;
	if (NS4) {
		alert('Press CTRL+B to add this page to bookmark!')
	} else {
		window.external.AddFavorite(icardlink, "ESTUDIOS SACRAMENTO" + title);
	}
}

