/* JavaScript helper routines for PVBCC website */

function makeHomepage () {
	if (false) {//(window.external) {
		this.setHomePage('http://pontevedrachamber.org/');
	}
	else {
		alert("Your web browser doesn't seem\n" +
			  "to support this feature, so you'll\n" +
			  "have to manually make us your homepage.\n" +
			  "Please consult your browser's helpfile\n" +
			  "to find out how to accomplish this.");
	}
}
