<!--

	var count = 0;

	function onceOnly() {
		if (count == 0) {
			count++;
			document.forms[0].submit.value= 'SENDING, PLEASE WAIT';
			return true;
		}
		else {
			alert('Your profile and any photographs are being uploaded.\n\nPlease click ok and wait a moment...');
			return false;
		}
	}


	function printFlash() {
		document.write('<object id="mainpic" type="application/x-shockwave-flash" data="/images/blyth8.swf" width="226" height="123">');
		document.write('<param name="movie" value="/images/blyth8.swf">');
		document.write('<param name="quality" value="high">');
		document.write('<param name="wmode" value="transparent">');
		document.write('<param name="bgcolor" value="#FFFFFF">');
		document.write('<img src="/images/scm.gif" width="226" height="123" alt="">');
		document.write('</object>');
	}

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16864740-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


//-->