

/**********************************************************************************************

                               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>17/03/10 - <a href='http://www.food.sakarya.edu.tr/SProgramlari.html'> 2009-2010 Eğitim Öğretim Yılı Bahar Yarıyılı Ara Sınav Tarihleri Açıklandı. Ayrıntılar için tıklayınız... </a><br><br></li>\
\
	<li delay=2>21/07/09 - <a> 2009-2010 Eğitim Öğretim Yılı 14 Eylülde Başlıyor ... </a><br><br></li>\
\
	<li delay=2>20/08/09 - <a href='http://osyspuanlari.osym.gov.tr/tablo4.aspx'> SAÜ Gıda Mühendisliği 2009 ÖSYM Sonuçlarına Göre Genel Kontenjan Puan Sıralamasında Gıda Mühendisliği Bölümleri Arasında 8. Sırada Yer Aldı ... Tıklayınız ... </a><br><br></li>\
\
	<li delay=2>03/08/09 - <a href='http://sonuc.osym.gov.tr/Sorgu.aspx?SonucID=877'> 2009 ÖSS Sonuçları Açıklandı ... </a><br><br></li>\
\
	<li delay=2>15/07/09 - <a> Gıda Mühendisliği 2009-2010 Eğitim Öğretim Yılı Genel Kontenjanı 50 Kişi ... </a><br><br></li>\
\
	<li delay=2>16/01/08 - <a href='http://www.food.sakarya.edu.tr/YLDersler.html'> SAÜ Gıda Mühendisliği YÜKSEK LİSANS EĞİTİMİNE Başladı ... Ayrıntılar için tıklayınız ... </a><br><br></li>\
\
	<li delay=2>23/07/06 - <a href='mailto:food@sakarya.edu.tr'>Soru ve Dilekleriniz için bize yazın - food@sakarya.edu.tr</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 = 235
	this.container_height = 134
	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:dashed; border-color:#999999; 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:#3366cc; 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; "

}

