<!--

function addbookmark() {
	var bookmarkurl='http://www.pickyourpharmacy.com/?source=BKMK';
	var bookmarktitle='PickYourPharmacy.com-Save up to 80 % on your meds ';
	if (window.external) {
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	} else {
		alert("To bookmark this page press CTRL D");
	}		
}

function checkLocation() {
	var location='http://www.pickyourpharmacy.com';
	if (location.hostname = location) { //do nothing
		//alert("URL OK");
	}
	else {
		location.href = location;
	}

}


// -->

