
/* for the astrology button sections on astrology & numerology */
 function load_sign_buttons() {
 
 var OnPath = "http://gfx.tarot.com/images/astrology/monthly_forecast/on_buttons/";
 var OffPath = "http://gfx.tarot.com/images/astrology/monthly_forecast/off_buttons/";
 // counter
 var i = 0;
 //
 imageObj = new Image();
 // set image list
 sign_on = new Array();
 sign_off = new Array();
 sign_on[0]= OnPath + "aries_70x93.jpg";
 sign_on[1]= OnPath + "taurus_70x93.jpg";
 sign_on[2]= OnPath + "gemini_70x93.jpg";
 sign_on[3]= OnPath + "cancer_70x93.jpg";
 sign_on[4]= OnPath + "leo_70x93.jpg";
 sign_on[5]= OnPath + "virgo_70x93.jpg";
 sign_on[6]= OnPath + "libra_70x93.jpg";
 sign_on[7]= OnPath + "scorpio_70x93.jpg";
 sign_on[8]= OnPath + "sagittarius_70x93.jpg";
 sign_on[9]= OnPath + "capricorn_70x93.jpg";
 sign_on[10]= OnPath + "aquarius_70x93.jpg";
 sign_on[11]= OnPath + "pisces_70x93.jpg";
 sign_on[12]= OnPath + "aries_70x93.jpg";
 sign_off[0]= OffPath + "aries-off_70x93.jpg";
 sign_off[1]= OffPath + "taurus-off_70x93.jpg";
 sign_off[2]= OffPath + "gemini-off_70x93.jpg";
 sign_off[3]= OffPath + "cancer-off_70x93.jpg";
 sign_off[4]= OffPath + "leo-off_70x93.jpg";
 sign_off[5]= OffPath + "virgo-off_70x93.jpg";
 sign_off[6]= OffPath + "libra-off_70x93.jpg";
 sign_off[7]= OffPath + "scorpio-off_70x93.jpg";
 sign_off[8]= OffPath + "sagittarius-off_70x93.jpg";
 sign_off[9]= OffPath + "capricorn-off_70x93.jpg";
 sign_off[10]= OffPath + "aquarius-off_70x93.jpg";
 sign_off[11]= OffPath + "pisces-off_70x93.jpg";
 sign_off[12]= OffPath + "aries-off_70x93.jpg";     
 
 // start preloading
 for(i=0; i<=3; i++) 
 {
      imageObj.src=sign_on[i];
      imageObj.src=sign_off[i];
 }
 


var lt1 = document.getElementById('livetxt1');
var lt2 = document.getElementById('livetxt2');    
var lt3 = document.getElementById('livetxt3');
var lt4 = document.getElementById('livetxt4');
var lt5 = document.getElementById('livetxt5');   
var lt6 = document.getElementById('livetxt6');
var lt7 = document.getElementById('livetxt7');
var lt8 = document.getElementById('livetxt8');    
var lt9 = document.getElementById('livetxt9');
var lt10 = document.getElementById('livetxt10');
var lt11 = document.getElementById('livetxt11');   
var lt12 = document.getElementById('livetxt12');


lt1.onmouseover = function(){document.getElementById('imgsign1').src=sign_on[0]}
lt2.onmouseover = function(){document.getElementById('imgsign2').src=sign_on[1]}
lt3.onmouseover = function(){document.getElementById('imgsign3').src=sign_on[2]}
lt4.onmouseover = function(){document.getElementById('imgsign4').src=sign_on[3]}
lt5.onmouseover = function(){document.getElementById('imgsign5').src=sign_on[4]}
lt6.onmouseover = function(){document.getElementById('imgsign6').src=sign_on[5]}
lt1.onmouseout = function(){document.getElementById('imgsign1').src=sign_off[0]}
lt2.onmouseout = function(){document.getElementById('imgsign2').src=sign_off[1]}
lt3.onmouseout = function(){document.getElementById('imgsign3').src=sign_off[2]}
lt4.onmouseout = function(){document.getElementById('imgsign4').src=sign_off[3]}
lt5.onmouseout = function(){document.getElementById('imgsign5').src=sign_off[4]}
lt6.onmouseout = function(){document.getElementById('imgsign6').src=sign_off[5]}    
lt7.onmouseover = function(){document.getElementById('imgsign7').src=sign_on[6]}
lt8.onmouseover = function(){document.getElementById('imgsign8').src=sign_on[7]}
lt9.onmouseover = function(){document.getElementById('imgsign9').src=sign_on[8]}
lt10.onmouseover = function(){document.getElementById('imgsign10').src=sign_on[9]}
lt11.onmouseover = function(){document.getElementById('imgsign11').src=sign_on[10]}
lt12.onmouseover = function(){document.getElementById('imgsign12').src=sign_on[11]}
lt7.onmouseout = function(){document.getElementById('imgsign7').src=sign_off[6]}
lt8.onmouseout = function(){document.getElementById('imgsign8').src=sign_off[7]}
lt9.onmouseout = function(){document.getElementById('imgsign9').src=sign_off[8]}
lt10.onmouseout = function(){document.getElementById('imgsign10').src=sign_off[9]}
lt11.onmouseout = function(){document.getElementById('imgsign11').src=sign_off[10]}
lt12.onmouseout = function(){document.getElementById('imgsign12').src=sign_off[11]}    
var s1 = document.getElementById('imgsign1');
var s2 = document.getElementById('imgsign2');
var s3 = document.getElementById('imgsign3');
var s4 = document.getElementById('imgsign4');
var s5 = document.getElementById('imgsign5');
var s6 = document.getElementById('imgsign6');
var s7 = document.getElementById('imgsign7');
var s8 = document.getElementById('imgsign8');
var s9 = document.getElementById('imgsign9');
var s10 = document.getElementById('imgsign10');
var s11 = document.getElementById('imgsign11');
var s12 = document.getElementById('imgsign12');
s1.onmouseover = function(){this.src=sign_on[0];}
s1.onmouseout = function(){this.src=sign_off[0];}
s2.onmouseover = function(){this.src=sign_on[1];}
s2.onmouseout = function(){this.src=sign_off[1];}  
s3.onmouseover = function(){this.src=sign_on[2];}
s3.onmouseout = function(){this.src=sign_off[2];}  
s4.onmouseover = function(){this.src=sign_on[3];}
s4.onmouseout = function(){this.src=sign_off[3];}  
s5.onmouseover = function(){this.src=sign_on[4];}
s5.onmouseout = function(){this.src=sign_off[4];}  
s6.onmouseover = function(){this.src=sign_on[5];}
s6.onmouseout = function(){this.src=sign_off[5];}  
s6.onmouseover = function(){this.src=sign_on[5];}

s6.onmouseout = function(){this.src=sign_off[5];}
s7.onmouseover = function(){this.src=sign_on[6];}  
s7.onmouseout = function(){this.src=sign_off[6];}
s8.onmouseover = function(){this.src=sign_on[7];}
s8.onmouseout = function(){this.src=sign_off[7];}    
s9.onmouseover = function(){this.src=sign_on[8];}
s9.onmouseout = function(){this.src=sign_off[8];}
s10.onmouseover = function(){this.src=sign_on[9];}
s10.onmouseout = function(){this.src=sign_off[9];}  
s11.onmouseover = function(){this.src=sign_on[10];}
s11.onmouseout = function(){this.src=sign_off[10];}  
s12.onmouseover = function(){this.src=sign_on[11];}
s12.onmouseout = function(){this.src=sign_off[11];}  

}
