

/**********************************************************************************************

                               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:0;'>\
\
<li style='left:0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=2, overlap=1.0)'><img src='interface/images/logos/bashas.jpg' border=0>\</li>\
\
<li style='left:0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=2, overlap=1.0)'><img src='interface/images/logos/walmart.jpg' border=0></li>\
\
<li style='left:0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=2, overlap=1.0)'><img \src='interface/images/logos/bashas.jpg' border=0></li>\
\
<li style='left:0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=2, overlap=1.0)'><img src='interface/images/logos/safeway.jpg' border=0></li>\
\
</ul>\
\
</div>");
*/
document.write("\
\
<ul id='cswap0' style='position:relative;display:none;z-index:0;'>\
\
<li style='left:0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=2, overlap=1.0)'><a href='http://www.onclickdelivery.com/zestydelights'><img src='interface/images/logos/zesty_d_logo.jpg' border=0></a></li>\
\
<li style='left:0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=2, overlap=1.0)'><a href='http://www.onclickdelivery.com/gvcornermarket'><img src='interface/images/logos/gvcmarket_logo.jpg' border=0></a></li>\
\
</ul>\
\
</div>");




/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/
node7 = true


function cswapdata0()
{


    /*---------------------------------------------
    Content Dimensions
    ---------------------------------------------*/

	this.container_width = 180
	this.container_height = 80



    /*---------------------------------------------
    Message Timing
    ---------------------------------------------*/

	this.initial_swap_delay = 0			//measured in seconds
	this.swap_delay = 4				//measured in seconds



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/

	this.container_padding = "0,0,0,20"
	this.container_styles = "border-width:0px; background-color:#ffffff;";



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/

	this.item_styles = "color:#ea7800; text-decoration:none; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#222222; text-decoration:none; font-weight:normal; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#222222; text-decoration:underline; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";



    /*---------------------------------------------
    Animated Transitions (IE 5.5 & Up only)
    ---------------------------------------------*/

	this.item_transitions = "filter:progid:DXImageTransform.Microsoft.Fade(duration=1);";


}