

/***********************************************************************************************

                               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><a href='MortgageRates.html'>15-Year First Mortgage Annual Percentage Rate is now 4.00% with No Points or Origination Fees!!!</a><br><br></li>\
\
	<li><a href='products_services_convenience_services-home_banking.html'>Access your accounts on your internet ready phone or PDA! Click here for further information.</a><br><br></li>\
\
	<li><a href='tools_rates-loan_rates.html'>Take Advantage Of Our New Lower Vehicle Loan Rates Today! Click here for further information.</a><br><br></li>\
\
	<li><a href='about_us_current_events.html'>New Product - Prepaid VISA Debit Card.</a><br><br></li>\
\
</ul>\
\
");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true
function cswapdata0()
{


    /*---------------------------------------------
    Content Dimensions
    ---------------------------------------------*/

	this.container_width = 700
	this.container_height = 23



    /*---------------------------------------------
    Message Timing
    ---------------------------------------------*/

	this.initial_swap_delay = 2			//measured in seconds
	this.swap_delay = 7				//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:#EDECE8;";



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/
	
	this.item_styles = "color:#00437a; 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);";


}


