

//Advertiser's index rotation script copyright Dynamicdrive.com
var showhide=Math.round(Math.random()*100)
if (showhide>10)
document.write('<style>#ad{display:none;}</style>')


<!-- Start of scroller script
                      var sc_Counter = 0;
                      var sc_Text    = "Designed & Hosted by GM Software. Website : www.gmsofttech.com ";
                      var sc_Delay   = 90;

                      var i = 0;
                      while (i ++ < 140)
                          sc_Text = " " + sc_Text;

                      function Scroller()
                      {
                          window.status = sc_Text.substring(sc_Counter++, 
                                              sc_Text.length);
                          if (sc_Counter == sc_Text.length)  
                              sc_Counter = 0;
                          setTimeout("Scroller()", sc_Delay);
                      }

                      Scroller();
                      // End of scroller script -->