

/**********************************************************************************************
		for UnTapped 2011 follower comments 
                               Scroll Items and Content


**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new scroll 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 scroll will fail to
               load if there are extra spaces present.
\
	<li delay=2>11/11/09 - <a href='news.html#11-11-09'><br /><img src='images/2004_album-sm.jpg' border=0 /></a></li>\

*/


document.write("\
\
<div><div><div id='vscroll2' style='display:none;z-index:0;'><ul>\
\
	<li delay=4>”My first time at Untapped, and it will NOT be the last! Thanks for makin' it such a fun event.  ” <em> ... (Bruce - Everett, WA)</em></li>\
\
	<li delay=4>”We could not have had a better time. We are Untapped fans forever!!!   ”<em>... (Tom - Seattle, WA)</em></li>\
\
	<li delay=4>”We had a blast, what a great time. ” <em>... (Marla - Walla Walla, WA)</em></li>\
\
	<li delay=4>”Thanks for a great Party!!!!! We had a blast.” <em>... (  Judy - Spokane, WA)</em></li>\
\
	<li delay=4>”What a great weekend. ” <em>... (Kim - Eugene, OR)</em></li>\
\
	<li delay=4>”A well organized event…The fans were fabulous.” <em>... (Clint - Seattle, WA)</em></li>\
\
	<li delay=4>”Untapped is a first class event and we will definitely be back.” <em>... (Tom - Seattle, WA)</em></li>\
\
	<li delay=4>”We had an incredible time on Friday! Made such great contacts and really enjoyed the whole experience. ” <em>... (John - Pasco, WA)</em></li>\
\
	<li delay=4>”Great Festival and all around fun weekend!.” <em>... (Pam  - Connell, WA)</em></li>\
\
</ul></div></div></div>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data2()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 450
	this.container_height = 35
	this.top_pause_offset = 6


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 1

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:#fff; background-image:; border-style:none; padding-right:5px; padding-left:10px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#000; text-align:; font-family:Arial; font-size:12px; font-weight:; text-decoration:none; border-style:none; border-color:; border-width:0px; padding-top:; padding-right:; padding-bottom:; padding-left:; "
	this.item_link_hover_styles = "background-color:; background-image:; color:#64a35f; text-align:; font-family:Arial; font-size:; font-weight:bold; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:#fff; background-image:; color:#d76600; text-align:; font-family:Arial; font-size:12px; font-weight:700; text-decoration:none; "


}


