/***********************************
*   http://javascripts.vbarsan.com/
*   This notice may not be removed 
***********************************/

//-- Begin Scroller's Parameters and messages -->
//scroller's width
var swidth=500;

//scroller's height
var sheight=100;

//scroller's speed 
var sspeed=2;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause
var spause=2000;

//scroller's background
var sbcolor="#AFB9C5";

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array();
singletext[0]='<div class=tan>&quot;Diana Hatch of Wolfden Creations, runs a professional and courteous business with great attention to detail and genuine, reliable and sincere client service.&quot;<br><div class=tabb>~Elissa Gabrielle, Author<br><a href="http://www.ElissaGabrielle.com" target="_blank">http://www.ElissaGabrielle.com</a><br><a href="http://www.GreetingsFromTheSoul.com" target="_blank">http://www.GreetingsFromTheSoul.com</a><br><a href="http://www.TheTriumphOfMySoul.com" target="_blank">http://www.TheTriumphOfMySoul.com</a></div>';
singletext[1]='<div class=tan>&quot;Diana doesn\'t mess around when it comes to website design/maintenance. When the HTML baddies strike, she dons her cape with the big \'W\' and goes to battle. She is...the Webmaster.&quot;<br><div class=tabb>~Jonathan Womack, President, Charles River Press<br><a href="http://www.charlesriverpress.com" target="_blank">http://www.charlesriverpress.com</a></div>';
singletext[2]='<div class=tan>&quot;Diana Hatch and Wolfden Creations have turned what was once just another average website into a place where people like to go and check things out. Ms. Hatch is responsive to my needs and quick to implement any changes and-or updates that I pass her way. I don\'t know what I would do without her knowledge and ideas to make my pages the best that they can be.&quot;<br><div class=tabb>~Debbie Fritter, Romance Author<br><a href="http://www.debbiefritter.net" target="_blank">http://www.debbiefritter.net</a></div>';
singletext[3]='<div class=tan>&quot;</font><font face="Arial, Helvetica, sans-serif">Diana Hatch of Wolfden Creations has been the Whiskey Creek Press webmaster for almost three years. She has always done an outstanding job on our two sites, which require considerable updating each month. Diana often goes the &#8220;extra mile&#8221; beyond traditional web design and updating too, and she in a valuable member of our publishing team.&#8221; <br><div class=tabb>~Debra Womack, Publisher, Whiskey Creek Press<br><a href="http://www.whiskeycreekpress.com" target="_blank">http://www.whiskeycreekpress.com</a><br><a href="http://www.whiskeycreekpresstorrid.com" target="_blank">http://www.whiskeycreekpresstorrid.com</a></div>';
singletext[4]='<div class=tan>&quot;Diana has designed and hosted more than one website for me. She is talented, responsive, very reasonably priced and easy to work with. I not only recommend her, I rave about her!&quot;<br><div class=tabb>~Jane Shoup, Author &amp; Publisher<br><a href="http://janeshoup.wcpauthor.com" target="_blank">http://janeshoup.wcpauthor.com</a><br><a href="http://www.ouronlinespot.com" target="_blank">http://www.ouronlinespot.com</a></div>';
singletext[5]='<div class=tan>&quot;Diana is bloody awesome. Fast, professional and exceedingly friendly, she makes my life a million times easier. I only need to contact her once, and she knows what I need almost better than I do. As an author, contact with my readers is imperative, and Diana/Wolfden Creations makes it easy, visually appealing and my website is one thing I know will be done perfectly and professionally the first time around. I can\'t possibly recommend and rave about Diana enough. Love you darling!!&quot;<br><div class=tabb>~Elizabeth Lapthorne, Author<br><a href="http://elapthorne.mmebj.com" target="_blank">http://elapthorne.mmebj.com</a></div>';
singletext[6]='<div class=tan>&quot;Diana Hatch has been my Web Master since October 29, 2005, and no doubt will continue to be so ~ forever. I can\'t think of any reason or anything that could cause me to disconnect from her and her services. We have a great relationship. She fully understands what I want. I\'m a bit of a perfectionist and Diana caters to that side of my nature. It almost seems at times that we may have a telepathic tie. I present an idea of what I want and she immediately comes back with a solution. My Web Site needs are varied and continuously in a state of flux. My deceased husband had Dual Careers: He was a Designer for Motion Pictures and a Post Impressionist Painter in Fine Arts. I\'ve had a variety of simultaneous careers: Writer/Author/Lecturer, Promoter, Entertainer ~ Radio, TV, Films. The Site has to reflect all of it. And it does. Diana is perfect as my Web Master. She\'s talented. She\'s fast. She\'s good. She\'s one high level expert. I\'m a very satisfied customer.&quot;<br><div class=tabb>~Louise Huebner, Official Witch of Los Angeles <br><a href="http://www.MentorHuebnerArt.com" target="_blank">http://www.MentorHuebnerArt.com</a></div>';
singletext[7]='<div class=tan>&quot;A few years ago, at the advice of a friend, I switched from a large hosting/design company to the smaller \'Wolfden Creations\'. Ever since, Diana has provided me with top-notch service and the kind of personal attention I did not receive before. I would recommend her to any company, large or small, looking for web-design services.&quot;<br><div class=tabb>~Jonathan Womack, President, Charles River Press<br><a href="http://www.charlesriverpress.com" target="_blank">http://www.charlesriverpress.com</a></div>';
singletext[8]='<div class=tan>&quot;I am grateful to have the opportunity to speak about the skills and services that Diana Hatch provides for a website. I know first hand that she can take an idea and design it into an attractive and user-friendly website. As an author, I need a website that is friendly to first-time computer user as well as the expert &#8212; from the reader who wants to learn about the book - to the bookstore owner who may want to purchase the book - to the publisher who may be considering one of my new manuscripts. The website that Diana at Wolfden Creations designed and maintains for me is a great help with all of these potential users. When I need updates on the website, Diana is easy to communicate with. She takes my information and places it properly on the website within a minimal time frame.&quot;<br><div class=tabb>~Jerol Anderson, Author<br><a href="http://www.jerolanderson.com" target="_blank">http://www.jerolanderson.com</a></div>';
//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}
function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}}
function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight;ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight;iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed;setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight;iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed;setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight;ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->
