var sc_project=1523457; 
var sc_invisible=0; 
var sc_partition=13; 
var sc_security="4f050f52"; 
var sc_text=2; 


function SetRadio(radioObj)
{
if (radioObj[0].checked=true)
 {radioObj[1].checked=true}
else
 {alert("Leave radio button alone")};

}

/*
Text Link/Image Map Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, and 100's more DHTML scripts
Visit http://www.dynamicdrive.com
*/

if (!document.layers&&!document.all&&!document.getElementById)
event="test"
function showtip(current,e,text){

if (document.all||document.getElementById){
thetitle=text.split('<br/>')
if (thetitle.length>1){
thetitles=''
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
current.title=thetitles
}
else
current.title=text
}

else if (document.layers){
document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;font-size:12px;">'+text+'</layer>')
document.tooltip.document.close()
document.tooltip.left=e.pageX+5
document.tooltip.top=e.pageY+5
document.tooltip.visibility="show"
}
}
function hidetip(){
if (document.layers)
document.tooltip.visibility="hidden"
}


// This script was supplied free by Hypergurl 
// http://www.hypergurl.com <!-- // JavaScript to interpolate random images into a page. 
var ic = 3; // Number of alternative images 
var xoxo = new Array(ic); 
var xyxy = new Array(ic);
// Array to hold filenames 
xoxo[0] = "http://www.ehacstl.com/images/SS1.jpg"; 
xoxo[1] = "http://www.ehacstl.com/images/SS2.jpg"; 
xoxo[2] = "http://www.ehacstl.com/images/SS3.jpg"; 
xyxy[0] = "http://www.ehacstl.com/ss.asp#ss_1";
xyxy[1] = "http://www.ehacstl.com/ss.asp#ss_6";
xyxy[2] = "http://www.ehacstl.com/ss.asp#ss_9";

//xoxo[3] = "http://www.yoursite.com/graphic4.gif"; 
//xoxo[4] = "http://www.yoursite.com/graphic5.gif"; 
//xoxo[5] = "http://www.yoursite.com/graphic6.gif"; 
function pickRandom(range) 
 { if (Math.random) return Math.round(Math.random() * (range-1)); 
else { var now = new Date(); 
return (now.getTime() / 1000) % range; } } 
// Write out an IMG tag, using a randomly-chosen image name. 
var choice = pickRandom(ic);