<!--var aboutOver = new Image();aboutOver.src = 'images/about_over.gif';var aboutOff = new Image();aboutOff.src = 'images/about.gif';var galleryOver = new Image();galleryOver.src = 'images/gallery_over.gif';var galleryOff = new Image();galleryOff.src = 'images/gallery.gif';var testimonialsOver = new Image();testimonialsOver.src = 'images/testimonials_over.gif';var testimonialsOff = new Image();testimonialsOff.src = 'images/testimonials.gif';var contactOver = new Image();contactOver.src = 'images/contact_over.gif';var contactOff = new Image();contactOff.src = 'images/contact.gif';//DOM switch if(document.layers){pre = 'document.';post = '';shortpost = '';}if(document.getElementById){pre = 'document.getElementById("';post = '").style';shortpost = '")';}if(document.all){pre = 'document.all.';post = '.style';shortpost = '';}var randomnumber=Math.floor(Math.random()*5) //Multiple must be set to number of images to choose fromfunction pickImage(part) {if (part == 'a') {	document.write('<td><img src="images/home_photos/'+randomnumber+'a.jpg" width="399" height="298" hspace="0" vspace="0" border="0" /></td>');	}else if (part == 'b') {	document.write('<td bgcolor="#D2E9BB"width="100%" align="left"><img src="images/home_photos/'+randomnumber+'b.jpg" width="180" height="298" hspace="0" vspace="0" border="0" /></td>');	}else if (part == 'c') {	document.write('<td bgcolor="#FFFFFF" valign="top" align="left"><img src="images/home_photos/'+randomnumber+'c.jpg" width="399" height="280" hspace="0" vspace="0" border="0" /></td>');	}else {	document.write('<td bgcolor="#EBF5E0" valign="top" align="left"><img src="images/home_photos/'+randomnumber+'d.jpg" width="180" height="280" hspace="0" vspace="0" border="0" /></td>');	}}	var onSec;function rollOver(secID){	document[secID].src = eval(secID + 'Over').src;	}function rollOff(secID){	if (onSec != secID) {		document[secID].src = eval(secID + 'Off').src;	}}//Gallery Controlsfunction overThumb(ID){	if (on_photo != ID) {		thumbID = 'thumb'+ID;		document[thumbID].src = eval(thumbID + 'On').src;	}}function offThumb(ID){	if (on_photo != ID) {		thumbID = 'thumb'+ID;		document[thumbID].src = eval(thumbID + 'Off').src;	}}function viewPhoto(ID) {	colorThumb(ID);	photoID = 'photo'+ID;	on_photo = 'photo'+on_photo;	hidePhoto(on_photo);	eval(pre + photoID + post).display = 'block';	eval(pre + photoID + post).visibility = 'visible';	on_photo = ID;}	function hidePhoto(photoID) {	eval(pre + photoID + post).display = 'none';	eval(pre + photoID + post).visibility = 'hidden';	}	function colorThumb(ID){	thumbID = 'thumb'+ID;	if (on_photo != ID) {		onThumb = 'thumb'+on_photo;		document[onThumb].src = eval(onThumb + 'Off').src;		}	document[thumbID].src = eval(thumbID + 'On').src;	}function dateCheck(form){	if (eval(form).day.value == 31){		if (eval(form).month.value == '04' || eval(form).month.value == '06' || eval(form).month.value == '09' || eval(form).month.value == '11'){		eval(form).day.value = 30;		}	}	if (eval(form).day.value > 29 && eval(form).month.value == '02'){		eval(form).day.value = 29;	}	if (eval(form).year.value % 4 != 0 && eval(form).month.value == '02' && eval(form).day.value > '28'){		eval(form).day.value = 28;	}}function checkQuestion() {	var required = new Array("date_month","date_day","contact_name","primary_phone", "brides_e-mail");	var checkEmails = new Array("contacts_email","brides_e-mail");		form = document.forms.questionnaire;	for (i=0;i<required.length;i++) {		fieldID = required[i];		if (document.getElementById(fieldID).value == false) {			var incomplete = true;			}		}	for (i=0;i<checkEmails.length;i++) {		fieldID = checkEmails[i];		checkEmail = document.getElementById(fieldID).value;		if (checkEmail != false) {			if ((checkEmail.indexOf('@') < 0) || ((checkEmail.charAt(checkEmail.length-4) != '.') && (checkEmail.charAt(checkEmail.length-3) != '.'))) {				var invalid_email = true;				}			}		}			if (incomplete == true) {		alert('You must complete all of the required fields. Required fields are marked with *.');		return false;		}	else if (invalid_email == true) {		alert('You must enter e-mail addresses in a valid e-mail format, such as yourname@domain.com.');		return false;		}		else {		form.submit();	}}function checkContact() {	var required = new Array("contact_name","primary_phone", "brides_e-mail");	var checkEmails = new Array("brides_e-mail");		form = document.forms.questionnaire;	for (i=0;i<required.length;i++) {		fieldID = required[i];		if (document.getElementById(fieldID).value == false) {			var incomplete = true;			}		}	for (i=0;i<checkEmails.length;i++) {		fieldID = checkEmails[i];		checkEmail = document.getElementById(fieldID).value;		if (checkEmail != false) {			if ((checkEmail.indexOf('@') < 0) || ((checkEmail.charAt(checkEmail.length-4) != '.') && (checkEmail.charAt(checkEmail.length-3) != '.'))) {				var invalid_email = true;				}			}		}			if (incomplete == true) {		alert('You must complete all of the required fields. Required fields are marked with *.');		return false;		}	else if (invalid_email == true) {		alert('You must enter e-mail addresses in a valid e-mail format, such as yourname@domain.com.');		return false;		}		else {		form.submit();	}}-->