	if (document.images) {
		
	bgText = new Image
		twelveText = new Image
		twentytwoText = new Image
		thirtyoneText = new Image
		thirtysevenText = new Image


		
		bgText.src = "images/cpicthirtythree.jpg"
		twelveText.src = "images/cpictwelve.jpg"
		twentytwoText.src = "images/cpictwentytwo.jpg"
		thirtyoneText.src = "images/cpicthirtyone.jpg"
		thirtysevenText.src = "images/cpicthirtyseven.jpg"

	}
	else {
	
		bgText = ""
		twelveText = ""
		twentytwoText = ""
		thirtyoneText = ""
		thirtysevenText = ""
		document.textField = ""
	}


function mailto(domain,user) 
{ 
document.location.href = "mailto:" + user + "@" + domain;
}

	