﻿function addbookmark(){
	url="http://www.fbhexpo.com/"
	title="Factory Expo Home Centers"
	if (document.all)
	window.external.AddFavorite(url,title);
	else if (window.sidebar)
	window.sidebar.addPanel(title, url, "")
	}
