// JavaScript Document
	var bookmarkurl="http://www.bestpricetowing.com/"
	var bookmarktitle="Best Price Towing"
		function addbookmark(){
			if (document.all)
			window.external.AddFavorite(bookmarkurl,bookmarktitle)
			}