/* This writes out the email address in the bottom right Contact Us block */
function write_email(){
	var a = new Array('sm', '@wrck', 'wr', 'c.c', 'om');
	document.write("<a title='Send Email to wrsm@wrckc.com' href='mailto:"+a[2]+a[0]+a[1]+a[3]+a[4]+"'>" +a[2]+a[0]+a[1]+a[3]+a[4]+"</a>");
}

