

/**********************************************************************************************

                               Content Swap Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new swap item, you may add as many as you wish.  Terminate each line with 
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the swap will fail to
               load if there are extra spaces present.

*/


document.write("\
\
<ul id='cswap0' style='position:relative;display:none;z-index:1;'>\
\
	<li>\"We've had companies that we had to fight with to get things accomplished, but not Dempsey. I'm happy with them, they have very good customer service.\"<br><br>Carol Beck<br>Dry Bulk and Liquid Tank Svc. Inc.</li>\
\
	<li>\"We are very happy with their product, our route representative is very friendly, and we've never had a problem.\"<br><br>Mike Kosydar<br>American Fire Services</li>\
\
	<li>\"It's nice to see that Dempsey is willing to work with us to help reduce costs. During these hard times you learn which vendors you have a partnership with and which you don't.\"<br><br>Peter Dauchert<br>Tom Hesser Chevrolet-BMW</li>\
\
	<li>\"Everything is done so professional, neat and clean. I know that I've made the right choice by going with Dempsey.\"<br><br>Anne<br>Moravian Academy</li>\
\
");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true
function cswapdata0()
{


    /*---------------------------------------------
    Content Dimensions
    ---------------------------------------------*/

	this.container_width = 190
	this.container_height = 200



    /*---------------------------------------------
    Message Timing
    ---------------------------------------------*/

	this.initial_swap_delay = 1			//measured in seconds
	this.swap_delay = 8				//measured in seconds

	

    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/

	this.container_padding = "5,5,5,5"
	//this.container_styles = "border-width:1px; border-style:dotted; background-color:#e6e6e6;";
	this.container_styles = "border-width:0px; background-color:#f6f6f6;";



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/
	
	this.item_styles = "color:#6f6863; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#00437a; text-decoration:underline; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#494949; text-decoration:underline; font-family:Arial; font-size:13px;border-style:none;border-width:0px;";



    /*---------------------------------------------
    Animated Transitions (IE 5.5 & Up only)
    ---------------------------------------------*/

	this.item_transitions = "filter:progid:DXImageTransform.Microsoft.Fade(duration=2);";


}


