

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

                               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>March 19, 2007<br><a href='press/GTMTR2007.pdf' target='_new'>GT Motorsports Update</a><br><br></li>\
\
	<li>March 19, 2007<br><a href='press/pr_spships07.htm' target='_new'>Darton Sleeves 2007 Sponsorships</a><br><br></li>\
\
	<li>March 19, 2007<br><a href='http://www.nhra.com/2007/schedule.asp' target='_new'>NHRA POWERade Series National Event Schedule</a><br><br></li>\
\
	<li>March 16, 2007<br><a href='http://www.nhrasportcompact.com/2007/schedule.html' target='_new'>NHRA Xplod Sport Compact Racing Series: 2007 Schedule</a><br><br></li>\
\
	<li>February 1, 2007<br><a href='press/pr_BISIphx.htm' target='_new'>'Bisi: Team Bisimoto Gets Worldwide TV Exposure in Phoenix!</a><br><br></li>\
\
	<li>April 7, 2006<br><a href='http://ndra.nopi.com/2006/7_sec_club.cfm' target='_new'>7 Sec. Club</a><br><br></li>\
	<li>May 16, 2006<br><a href='VTDARTONMID.doc' target='_new'>VT ENGINES MAKES 1448HP-1077TQ WITH DARTON MID</a><br><br></li>\
\
</ul>\
\
</div>");




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

                               Customizable Options and Styles

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

node7 = true
function cswapdata0()
{


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

	this.container_width = 280
	this.container_height = 120



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

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

	

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

	this.container_padding = "10,10,0,10"
	this.container_styles = "border-width:0px; border-style:none; background-image:url(images/nws_bckg.jpg)";



    /*---------------------------------------------
    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=2);";


}

