
/**********************************************************************************************

                               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="cswap1" style="position:relative;display:none;z-index:0;">');
document.write('<li style=""><table cellpadding=0 cellspacing=0 border=0 width=225 height=200><tr><td valign=top align=left background="images/1.png" border=0><br></td></tr></table></li>');
document.write('<li style=""><table cellpadding=0 cellspacing=0 border=0 width=225 height=200><tr><td valign=top align=right background="images/2.png" border=0><br></td></tr></table></li>');
document.write('<li style=""><table cellpadding=0 cellspacing=0 border=0 width=225 height=200><tr><td valign=top align=middle background="images/3.png" border=0><br></td></tr></table></li>');
document.write('<li style=""><table cellpadding=0 cellspacing=0 border=0 width=225 height=200><tr><td valign=top align=middle background="images/4.png" border=0><br></td></tr></table></li>');
document.write('</ul>');



/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true

function cswapdata1()
{


    /*---------------------------------------------
    Content Dimensions
    ---------------------------------------------*/

	this.container_width = 225	
	this.container_height = 200



    /*---------------------------------------------
    Message Timing
    ---------------------------------------------*/

	this.initial_swap_delay = 0			//measured in seconds
	this.swap_delay = 5				//measured in seconds



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/

	this.container_padding = "0,0,0,0"
	this.container_styles = "border-width:0px; border-color:#666666; border-style:solid; background-image:url(); background-color:#000000;";



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/

	this.item_styles = "color:#006b92; cursor:default; text-decoration:none; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#000000; text-decoration:none; font-weight:normal; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#FFCC99; text-decoration:none; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";



    /*---------------------------------------------
    Animated Transitions (IE 5.5 & Up only)
    ---------------------------------------------*/

	this.item_transitions = "";


}
