

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

                               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>07/26/2010<br><a href='http://www.nhra.com/story/2010/7/25/2010-denver-sunday/' target='_new'><strong>BREAKING NEWS</strong><br> KALITTA AND HIGHT SCORE WINS IN DENVER!!</a></a><br><br></li>\
\
	<li>07/25/2010<br><a href='http://www.youtube.com/watch?v=7V-0tiqCaos' target='_new'><strong>FX Motorsports Acura NSX</strong><br> Watch the VIDEO NOW!!</a><br><br></li>\
\
	<li>07/24/2010<br><a href='http://www.importdrag.com/' target='_new'><strong>2010 IDRC INTERNATIONAL FINALS</strong><br>Auto Club Dragway, Fontana, CA. <em>read more...</em></a><br><br></li>\
\
	<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>\
\
</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);";


}

