var url="http://www.forest-jeans-store.com";
var title="Forest Jeans Online Store";

function favorites(){
	if (document.all) {
		window.external.AddFavorite(url,title);
	}	
}
