<!--

/*
Typing Scroller
Submitted by bengaliboy00@hotmail.com (hp: http://www.angelfire.com/nt/bengaliboy/)
With modifications by Dynamicdrive.com
For full source code, usage terms, and 100s more scripts, visit http://dynamicdrive.com
*/

//Secify scroller contents
var line=new Array()
line[1]="We have our 100% Self Owned Server Farm in USA"
line[2]="Free Dedicated IP's on Windows Hosting with HC"
line[3]="Free Website Promotion with all Web Hosting Services"
line[4]="Our  Windows Hosting with Free IP."
line[5]="And GoogleStore.com are on same Data Center."
line[6]="We have 100+ Servers in USA."
line[7]="Guaranteed 100 MBPS Network with 100% Uptime surety."
line[8]="100% Self Owned Server Farm in USA."
line[9]="No one in India Hosts more sites then us on Windows"
line[10]="With Dedicated IP's in USA."
line[11]="Free Dedicated IP with Windows Hosting on our Server Farm."
line[12]="We are Accredited Registrar for .IN Domains."
line[13]="We Book .com & other Domains with World's Largest Registrar Enom."
line[14]="Our Windows Hosting with Free IP is"
line[15]="hosted on same Datacenter as Googlestore.com."
line[16]="We offer Cluster Mail Solutions used by Million Users."
line[17]="Proactive Server Management with Linux Hosting."
line[18]="We are in Business since 1998."
line[19]="We offer Quality Support and do not give unproductive replies to buy time."
line[20]="Show a Better Package and Get 50% Discount on our listed Prices."
line[21]="We use 4 servers to host 1 website for Windows Hosting Services with IP."

//Specify font size for scoller
var ts_fontsize="18pt"

//--Don't edit below this line

var longestmessage=1
for (i=2;i<line.length;i++){
if (line[i].length>line[longestmessage].length)
longestmessage=i
}

//Auto set scroller width
var tscroller_width=line[longestmessage].length

lines=line.length-1 //--Number of lines

//if IE 4+ or NS6
if (document.all||document.getElementById){
document.write('<form name="bannerform">')
document.write('<input type="text" name="banner" size="'+tscroller_width+'"')
document.write('style="background-color:transparent; text-align:left; width:658px;'+document.bgColor+'; color:#424242 '+document.body.text+'; font-family:impact, Georgia; font-size:'+ts_fontsize+'; font-weight:normal; border: medium none" onfocus="blur()">')
document.write('</form>')
}

temp=""
nextchar=-1;
nextline=1;
cursor="\\"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else{
nextstep()}}

function nextstep(){

if (cursor=="\\"){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor="\\"}


nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",50)}

//if IE 4+ or NS6
if (document.all||document.getElementById)
window.onload=animate
// -->
