// JavaScript Document
function get_random(maxNum)
{
	if (Math.random && Math.round)
	{
		var ranNum= Math.round(Math.random()*(maxNum-1));
		ranNum+=1;
		return ranNum;
	}
	else
	{
		today= new Date();
		hours= today.getHours();
		mins= today.getMinutes();
		secn= today.getSeconds();
		if (hours==19)
			hours=18;
		var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
		return ranNum;
	}
}

function escramble(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='vtippatents'
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f='Email VTIP'
 b+='vtip.org'
 g='<img src=\"'
 h=''
 i='\" alt="Email us." border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}

function Debbiescramble(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='vtippatents'
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f='Debbi Lucas'
 b+='vtip.org'
 g='<img src=\"'
 h=''
 i='\" alt="Email us." border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}


function escrambleSelect(x){
 var a,b,c,d,e,f,g,h,i

 if (x == "1")
 {	
 	a='<a href=\"mai'
	b='mmiller'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b
	g='<img src=\"'
	h=''
	i='\" alt="Email us." border="0">' 	
 }
 else if (x == "2")
 {
	a='<a href=\"mai'
	b='mark.coburn'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b
	g='<img src=\"'
	h=''
	i='\" alt="Email us." border="0">'
 }
 else if (x == "3")
 {
	a='<a href=\"mai'
	b='rosem'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b
	g='<img src=\"'
	h=''
	i='\" alt="Email us." border="0">' 
 }
 else if (x == "4")
 {
	a='<a href=\"mai'
	b='nlewis'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b
	g='<img src=\"'
	h='../images/envelope.gif'
	i='\" alt="Email us." border="0">' 
 }
 else if (x == "5")
 {
	a='<a href=\"mai'
	b='akersl'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b
	g='<img src=\"'
	h='../images/envelope.gif'
	i='\" alt="Email us." border="0">' 
 }
 else if (x == "6")
 {
	a='<a href=\"mai'
	b='jgeikler'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b
	g='<img src=\"'
	h='../images/envelope.gif'
	i='\" alt="Email us." border="0">' 
 }
 else if (x == "7")
 {
	a='<a href=\"mai'
	b='vtippatents'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b	
 }
 else if (x == "8")
 {
	a='<a href=\"mai'
	b='slockett'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b	
 }
 else if (x == "9")
 {
	a='<a href=\"mai'
	b='vtippatents'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b	
 }
 else if (x == "10")
 {
	a='<a href=\"mai'
	b='ghess'
	c='\">'
	a+='lto:'
	b+='@'
	e='</a>'	
	b+='vtip.org'
	f=b	
 }

 g='<img src=\"'
 h='/images/envelope.gif'
 i='\" alt="Email us." border="0">'
 g+=h
 g+=i

 d=b
	
 document.write(a+b+c+g+e+"&nbsp;"+a+b+c+d+e)
}

