//ENTER CONTENT TO SCROLL BELOW.
var V4content='<table width="525" border="2" cellpadding="5" cellspacing="0" onmouseclick="V4godown=true; V4goscroll=true; V4pixelstep=.25" onmouseover="V4godown=false; V4goscroll=true; V4pixelstep=1" onmouseout="V4godown=false; V4goscroll=true; V4pixelstep=.25"><tr><td align="center" valign="top" background="images/GrnBack3.jpg" class="Size11WhiteSideText"><h6>  <div align="left">&nbsp;Voice Broadcast Services with rates as low as 2 cents per connected call.<br />&nbsp;PLEASE CALL (803) 749-8488 FOR RATES.<br />      <p><br />Announcements:<br /> Get the word out quickly. You can choose to leave your message on an answering machine, a separate voice message when they pick up, or both.<br /> <br /> Surveys/Polls: <br /> Want to find out what is happening in the REAL world?   What issues are of the most concern to the most people? And how do they feel about those issues?<br /> <br />  We tabulate poll results in real time, perfect for TV and radio stations!</p> <p> Fast Transfers:<br /> Your constituents and prospects now have the ability to respond to your calls with the push of a button which is excellent for fundraisers pledges, collecting information, or talking with your constituents to get that vote for the next upcoming election.</p>    <p><br /> What is needed to get started:<br />        A phone list and your recorded message is all you need.<br />  <br />  You can record your messages via telephone by calling a toll-free 800 number. You simply enter your 4-digit password and record your message, just like recording a message on a voice mail system. Your phone list can be sent to us via email along with your unique ID you will receive after you make your recorded message. Calling can get started within minutes!</p>    <p><br />        CALL NOW TO GET STARTED BROADCASTING YOUR MESSAGE<br />      <br />        We can currently place 200,000 calls per hour assuming a 30 second message.<br />        Message Delivery, Call Transfers and Polling.<br />      <br />        National, State, District, or City Specific.</p>    <p>Find out how quickly automated calling can help your campaign .</p>    <p>&nbsp;</p>  </div></h6>   </td></tr></table>';

var V4boxheight=40;        // BACKGROUND BOX HEIGHT IN PIXELS.
var V4boxwidth=515;         // BACKGROUND BOX WIDTH IN PIXELS.
var V4boxcolor="#11720c";   // BACKGROUND BOX COLOR.
var V4speed=20;             // SPEED OF SCROLL IN MILLISECONDS (1 SECOND=1000 MILLISECONDS)..
var V4pixelstep=.25;          // PIXELS "STEPS" PER REPITITION.
var V4godown=false;         // TOP TO BOTTOM=TRUE , BOTTOM TO TOP=FALSE
var V4pauseOnmouseover=true; //SET TO "true" TO ENABLE PAUSE WHEN MOUSEOVER, "false" TO DISABLE IT.

// DO NOT EDIT BEYOND THIS POINT

var V4outer,V4inner,V4elementheight,V4ref;
var V4w3c=(document.getElementById)?true:false;
var V4ns4=(document.layers)?true:false;
var V4ie4=(document.all && !V4w3c)?true:false;
var V4ie5=(document.all && V4w3c)?true:false;
var V4ie6=(document.all && V4w3c)?true:true;
var V4ns6=(V4w3c && navigator.appName.indexOf("Netscape")>=0)?true:false;
var V4Txt='<a href="VoiceBroadcasting1.html"><span class="SidebarText"><Strong>CAMPAIGN DIALING</strong></span></a>';
var V4goscroll=true;
if(V4ns4){
V4Txt+='<table cellpadding=2 cellspacing=0 border=2 height='+V4boxheight+' width='+V4boxwidth+'><tr><td>';
V4Txt+='<ilayer name="V4ref" bgcolor="'+V4boxcolor+'" width='+V4boxwidth+' height='+V4boxheight+'></ilayer>';
V4Txt+='</td></tr></table>'
V4Txt+='<layer name="V4outer" bgcolor="'+V4boxcolor+'" visibility="hidden" width='+V4boxwidth+' height='+V4boxheight+' '+((V4pauseOnmouseover)? 'onmouseover="V4goscroll=false" onmouseout="V4goscroll=true"':'')+'>';
V4Txt+='<layer  name="V4inner"  width='+(V4boxwidth-4)+' height='+(V4boxheight-4)+' visibility="hidden" left="2" top="2" >'+V4content+'</layer>';
V4Txt+='</layer>';
}else{
V4Txt+='<div id="V4ref" style="position:relative; width:'+V4boxwidth+'; height:'+V4boxheight+'; background:images/grnbacky.jpg"></div>';
V4Txt+='<div id="V4outer" style="position:absolute; width:'+V4boxwidth+'; height:'+V4boxheight+'; visibility:hidden; overflow:hidden"  '+((V4pauseOnmouseover)? 'onmouseover="V4goscroll=true; V4godown=false" onmouseout="V4goscroll=true; V4godown=false"':'')+'>';
V4Txt+='<div id="V4inner"  style="position:absolute; visibility:hidden; left:2px; top:2px; width:'+(V4boxwidth-5)+'; overflow:hidden; cursor:default;" '+((V4pauseOnmouseover)? 'onmouseover="V4goscroll=true; V4godown=false" onmouseout="V4goscroll=true; V4godown=false"':'')+'>'+V4content+'</div>';
V4Txt+='</div>';
}
document.write(V4Txt);
V4Txt='';

function V4getElHeight(V4el){
if(V4ns4)return (V4el.document.height)? V4el.document.height : V4el.clip.bottom-V4el.clip.top;
else if(V4ie4||V4ie5)return (V4el.style.height)? V4el.style.height : V4el.clientHeight;
else return (V4el.style.height)? parseInt(V4el.style.height):parseInt(V4el.offsetHeight);
}

function V4getPageLeft(V4el){
var x;
if(V4ns4)return V4el.pageX;
if(V4ie4||V4w3c){
x = 0;
while(V4el.offsetParent!=null){
x+=V4el.offsetLeft;
V4el=V4el.offsetParent;
}
x+=V4el.offsetLeft;
return x;
}}

function V4getPageTop(V4el){
var y;
if(V4ns4)return V4el.pageY;
if(V4ie4||V4w3c){
y=0;
while(V4el.offsetParent!=null){
y+=V4el.offsetTop;
V4el=V4el.offsetParent;
}
y+=V4el.offsetTop;
return y;
}}

function V4scrollbox(){
if(V4goscroll){
if(V4ns4){
V4inner.top+=(V4godown)? V4pixelstep: -V4pixelstep;
if(V4godown){
if(V4inner.top>V4boxheight)V4inner.top=-V4elementheight;
}else{
if(V4inner.top<2-V4elementheight)V4inner.top=V4boxheight+2;
}}else{
V4inner.style.top=parseInt(V4inner.style.top)+((V4godown)? V4pixelstep: -V4pixelstep)+'px';
if(V4godown){
if(parseInt(V4inner.style.top)>V4boxheight)V4inner.style.top=-V4elementheight+'px';
}else{
if(parseInt(V4inner.style.top)<2-V4elementheight)V4inner.style.top=V4boxheight+2+'px';
}}}}

window.onresize=function(){
if(V4ns4)setTimeout('history.go(0)', 400);
else{
V4outer.style.left=V4getPageLeft(V4ref)+'px';
V4outer.style.top=V4getPageTop(V4ref)+'px';
}}



function scroll4(){
V4outer=(V4ns4)?document.layers['V4outer']:(V4ie4)?document.all['V4outer']:document.getElementById('V4outer');
V4inner=(V4ns4)?V4outer.document.layers['V4inner']:(V4ie4)?document.all['V4inner']:document.getElementById('V4inner');
V4ref=(V4ns4)?document.layers['V4ref']:(V4ie4)?document.all['V4ref']:document.getElementById('V4ref');
V4elementheight=V4getElHeight(V4inner);
if(V4ns4){
V4outer.moveTo(V4getPageLeft(V4ref),V4getPageTop(V4ref));
V4outer.clip.width=V4boxwidth;
V4outer.clip.height=V4boxheight;
V4inner.top=(V4godown)? -V4elementheight : V4boxheight-2;
V4inner.clip.width=V4boxwidth-4;
V4inner.clip.height=V4elementheight;
V4outer.visibility="show";
V4inner.visibility="show";
}else{
V4outer.style.left=V4getPageLeft(V4ref)+'px';
V4outer.style.top=V4getPageTop(V4ref)+'px';
V4inner.style.top=((V4godown)? -V4elementheight : V4boxheight)+'px';
V4inner.style.clip='rect(0px, '+(V4boxwidth-4)+'px, '+(V4elementheight)+'px, 1px)';
V4outer.style.visibility="visible";
V4inner.style.visibility="visible";
}
setInterval('V4scrollbox()',V4speed);

}

