

/**********************************************************************************************

                               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.

*/


document.write("\
\
<div><div><div id='vscroll0' style='display:none;z-index:0;'><ul>\
\
	<li delay=2>           <a> DUYURULAR</a><br><br></li>\
\
	<li delay=2>17/03/2010 - <a href='http://www.jfm.sakarya.edu.tr/vizeprog.doc'> 2009 - 2010 Bahar Yarıyılı Vize Programı</a><br><br></li>\
\
	<li delay=2>02/03/2010 - <a> 1. sınıf öğrencimiz Can Mıhçıyazgan, Sakarya  Üniversitesi tarafından düzenlenen Rektörlük Satranç Turnuvasında birinci olmuştur. Kendisini tebrik ediyor ve Türkiye Şampiyonasında da  başarılar diliyoruz. </a><br><br></li>\
\
</ul></div></div></div>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


	this.enable_visual_design_mode = false

	this.container_width = 280
	this.container_height = 400
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 40
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:#eeeeee; border-style:; border-color:#38455f; border-width:1px; padding-right:10px; padding-left:10px; "
	this.item_styles = "color:#FF9900; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; "
	this.item_link_styles = "color:#38455F; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; "
	this.item_link_hover_styles = "color:#669933; font-family:Arial; text-decoration:underline; "

}

