

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

                               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>          <b>Anxiety and Stress Management Group</b> <a href='http://www.angelabreazeale.com/anxiety/index.html'>1 and 1/2 hour weekly group every Monday starting at 6PM. Click here for more information and to register.</a><br><br></li>\
\
	<li>          <b>Give Yourself Credit</b> <a href='http://www.angelabreazeale.com/credit/index.html'>Feeling down?  Remember to give yourself credit.  Click here for more information and to get your own personal credit card.</a><br><br></li>\
\
</ul>");





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

                               Customizable Options and Styles

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

node7 = true
function cswapdata0()
{


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

	this.container_width = 160
	this.container_height = 170



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

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

	

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

	this.container_padding = "10,10,0,10"
	this.container_styles = "border-width:1px; border-style:dotted; 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:#003366;border-style:none;border-width:0px;";



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

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


}




