

/**********************************************************************************************

                               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 title=''> <img src='/rotation/1.jpg' width='457' height='156' /></li>\
	<li title=''><img src='/rotation/2.jpg' width='457' height='156' /></li>\
	<li title=''><img src='/rotation/3.jpg' width='457' height='156' /></li>\
</ul>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/
node7 = true


function cswapdata0()
{


    /*---------------------------------------------
    Content Dimensions
    ---------------------------------------------*/

	this.container_width = 457
	this.container_height = 156



    /*---------------------------------------------
    Message Timing
    ---------------------------------------------*/

	this.initial_swap_delay = 0			//measured in seconds
	this.swap_delay = 8				//measured in seconds

	

    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/

	this.container_padding = "0,0,0,0"
	this.container_styles = "border-width:0px; border-style:none; background-color:#e6e6e6;";



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/
	
	this.item_styles = "color:#000000; text-decoration:none; font-family:Tahoma; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#0033cc; text-decoration:none; font-family:Tahoma; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#0033cc; text-decoration:underline; font-family:Tahoma; font-size:13px; color:#ff0000;border-style:none;border-width:0px;";



    /*---------------------------------------------
    Animated Transitions (IE 5.5 & Up only)
    ---------------------------------------------*/

	this.item_transitions = "filter:progid:DXImageTransform.Microsoft.Fade(duration=4);";


}

