<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var enable		= 	"no"		// MAKE yes TO ENABLE PAGE-COUNTER

   if (enable == "yes") {

		document.write('<!-- Site Meter -->');

		document.write('<script type="text/javascript" src="http://s33.sitemeter.com/js/counter.js?site=s33Astrophotography">');

		document.write('</script>');

		document.write('<noscript>');

		document.write('<a href="http://s33.sitemeter.com/stats.asp?site=s33Astrophotography" target="_top">'); 

		document.write('<img src="http://s33.sitemeter.com/meter.asp?site=s33Astrophotography" alt="Site Meter" border="0"/></a>');

		document.write('</noscript>');

		document.write('<!-- Copyright (c)2009 Site Meter -->');

   }

//  End -->
