

var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

//-->



var Scroll=""
 var wiper
 var index=0
 var space=" "
 reset(); 

 function reset()
 {
 text = new Array(6)
 var textnr=Math.round((Math.random()*6))
 text[0]="Welcome to IDSA Defense-Ability!"
 text[1]="Check the NEWS BULLETIN BOARD for IMPORTANT Announcements!"
 text[2]="The IDSA can be reached at (828) 683-5528... Give us a CALL!"
 text[3]="Enjoy this site, please come back soon!"
 text[4]="The IDSA is proud to have YOU as our Student or Instructor!"
 text[5]="Don't forget to bookmark this site"
 text[6]=" "
 Scroll=text[textnr]
 index=0
 main()
 } 

 function main()
 {
 window.status=Scroll.substring(0,index)
 index++
 if(index==(Scroll.length+4)){setTimeout('reset_clear()',300);}
 else{setTimeout('main()',50)}
 } 

 function reset_clear()
 {
 index=0
 wiper=""
 for(var a=0;a<Scroll.length;a++){wiper+=space}
 clearem()
 }
 function clearem()
 {
 window.status=wiper.substring(0,index) + "->" + Scroll.substring(index+2,Scroll.length)
 index++
 if(index==(Scroll.length+4)){reset()}
 else{setTimeout('clearem()',50)}
 }




