<!--

	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>');
	}

//-->