/* JavaScript file for LCC
Lighthouse Christian Center
Webmaster: Chris Osolin 
Last Updated Sunday 27 January 2008*/
// email masking in ascii code

var emailarraylcc= new Array(108,116,104,111,117,115,101,64,97,114,107,119,101,115,116,46,99,111,109)
var postemaillcc=''
for (i=0;i<emailarraylcc.length;i++)
postemaillcc+=String.fromCharCode(emailarraylcc[i])

/* (copy and paste this for this email function)
//<![CDATA[
<script type="text/javascript">
document.write('<a href="mailto:'+postemaillcc+'?subject=Website Contact">Contact Us</a>')
</script>
//]]>
*/

function email(a,b) {  
	return a + '@' + b; 
	}
var a = "lthouse"
var b = "arkwest.com"
var c = "pastordan"
var d = "cei.net"