<!-- Begin SIDEBAR LEFT

var showscroller	= "yes"			// SHOW THE SCROLLER
var bordercolor		= "999999"		// SCROLLER BORDER COLOR
var extra_paragraph 	= "no"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOM
var paypal_email	="your@email.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')



// START TOPIC 1

// SCROLLER CODE EDIT 3 HTML FILES IN THE SCROLLER FOLDER


document.write('<span class="sidebartitle">');

document.write('<center>How it Works:</center>');
document.write('</span><span class="sidebarlinks">');


if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write(' ')
}
else {

   if (showscroller == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
}
}
document.write('<center>Mouseover scroller to pause</center>');

// START TOPIC 2

document.write('<br>');
document.write('<br>');
document.write('<span class="sidebartitle">');

document.write('<center>AZ Divorce Packets:</center>');

document.write('</span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<center><a href="services.htm#packet1">Online Service Packet 1</a><br></center>');
document.write('<center><a href="services.htm#packet2">Online Service Packet 2</a><br></center>');
document.write('<center><a href="services.htm#packet3">Online Service Packet 3</a><br></center>');
document.write('<center><a href="services.htm#packet4">Online Service Packet 4</a><br></center>');

document.write('</span>');


// START TOPIC THREE


document.write('<span class="sidebartext">');



// START VIEW CART FORM

document.write('<form action="http://www.arizonaquickdivorce.com/services.htm" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypal_email+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<center><input type="image" SRC="picts/details-off.gif" border="0" onmouseover="this.src=\'picts/details-on.gif\'" onmouseout="this.src=\'picts/details-off.gif\'"></center><br>');
document.write('</form>');
document.write('<center><img src="picts/cart-paypal.gif" alt="Order Through Paypal" vspace="5"></center>');

document.write('</span>');


// START TOPIC 3


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('<center>Courier Service:</center>');

document.write('</span><span class="sidebartext">');

document.write('<span class="hilite"><a href="services.htm#packet3">Courier Service</a></span> offered with any full service packet.</a><br>');

document.write('<center>');
document.write('<img src="picts/shipping.gif" border="0"><br>');
document.write('</center>');

document.write('</span>');






// START TOPIC 4


document.write('<br>');

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('<center>Client Testimonials:</center>');

document.write('</span><span class="sidebartext">');

document.write(' We found your website to be clear.  Using your service has saved me thousands of dollars.<br>');
document.write('<b>- Bill Johnson -</b><br>');


document.write('<br>');
document.write('I love the online divorce process. You can get a speedy divorce at great prices!!!<br>');
document.write('<b>- Bernadette Bernstein -</b><br>');


document.write('<br>');
document.write('Everything was explained thoroughly on your website and I had no problems with the initial process of getting things started.<br>');
document.write('<b>- A. Fladderjohn -</b><br>');


document.write('<br>');
document.write('Easy to use, quick process and very reasonably priced.<br>');
document.write('<b>- Jim Foot -</b><br>');



document.write('</span>');





// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "no"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->
