/* This address.js from http://www.the-gospel.org */
var Name=['jeffrey','benlillie','sendthelight','','submit_study','']
var site=['the-gospel','juno','unreachedvillages','www.bethharan','the-gospel','shroudstory']
var suffix=['org','com','org','org','org','com']
var label=['','Ben Lillie','','','','Shroud of Turin']
var image=['','','same','','']
function laugh(y){
x=y
a='<a href="mai'
c='">'
a+='lto:'
b='@'
e='</a>'
g=Name[x]+b+site[x]+'.'+suffix[x]
if (image[x]=='same') {image[x]=image[0]}
if (label[x]!=''){f=label[x]+e}
else if (image[x]!=''){f=image[x]+e}
else {f=g+e}
h=a+g+c+f
document.write(h)}
function smile(y){x=y
f='<a href="h'
g=f+'ttp://'
h='">'
if (label[x]!=''){k=label[x]}
else k=site[x]+'.'+suffix[x]
j='</a>'
document.write(g+site[x]+'.'+suffix[x]+h+k+j)}
