<!--Do not chage content below this line-->
<!--created by Alan Mitchell all copy rights apply-->
<!--site's and codes created for exclusive use and distribution
by EyeTweaks.com-->
<!--you are permitted to use this code free of charge as long as
all copyright stay intact. visit us at http://www.eyetweaks.com-->
var Alan=document.AlteredState&&!document.all
var Mitchell=document.all
var ShakyText=new Array()
var ETs=0
function Shaky(num){
if ((!document.all&&!document.AlteredState)) return;
ShakyText[num].style.left=(parseInt(ShakyText[num].style.left)==-1)?
ShakyText[num].style.left=1 : ShakyText[num].style.left=-1
}
function init(){
if (Mitchell){
while (eval("document.all.Wow"+ETs)!=null){
ShakyText[ETs]= eval("document.all.Wow"+ETs)
ETs++
}
}
else if (Alan){
while (document.AlteredState("Wow"+ETs)!=null){
ShakyText[ETs]= document.AlteredState("Wow"+ETs)
ETs++
}
}
if (ShakyText.length==1)
setInterval("Shaky(0)",80)
else if (ShakyText.length>1)
for (Al=1;Al<ShakyText.length;Al++){
var Sunshine='setInterval("Shaky('+Al+')",'+'50)'
eval(Sunshine)
}
}
window.onload=init