﻿

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

                               Type Text Items and Content

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

/*  

        Note:  Each <li... tag below creates a new 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 effect will fail to
               load if there are extra spaces present.

*/




document.write('\
<ul id="typetext" style="display:none;">\
\
		<li><a href="http://dezsport.com" target="_blank">شبکه علمی خبری ورزش دزفول</a></li>\
		<li><a href="http://deznn.com"target="_blank">شبکه خبری دزفول</a></li>\
		<li><a href="http://ditna.com"target="_blank">خبرگزاری فناوری اطلاعات دزفول</a></li>\
		<li><a href="http://dezfulpic.com"target="_blank">شهر خمون دزفیل(شهر خودمان دزفول)</a></li>\
		<li><a href="http://dezdokht.com"target="_blank">سایت دختران دزفول</a></li>\
		<li><a href="http://deznava.com"target="_blank">موسسه فرهنگی مذهبی دزنوا- دزفول</a></li>\
		<li><a href="http://dezcom.ir"target="_blank">مهندسی کامپیوتر دزفول</a></li>\
		<li><a href="http://worldpc2.com.com"target="_blank">جهان کامپیوتر 2</a></li>\
		<li><a href="http://web2dez.com"target="_blank">طراحان وب دزفول</a></li>\
		<li><a href="http://dezsite.com"target="_blank">خبرگزاری فارکس خوزستان</a></li>\
		<li><a href="http://dezfulcity.ir"target="_blank">شهر دزفول</a></li>\
		<li><a href="http://dezsite.com"target="_blank">انجمن نشریات اینترنتی دزفول</a></li>\
		<li><a href="http://dezshora.com"target="_blank">شورای اسلامی شهر دزفول</a></li>\
		<li><a href="http://dezhpolnews.com"target="_blank">نشریه دژپل دزفول</a></li>\
		<li><a href="http://dezboys.com"target="_blank">سایت پسران دزفول</a></li>\
		<li><a href="#">123</a></li>\
		<li><a href="#">456</a></li>\
		<li><a href="#">789</a></li>\
		<li><a href="#">123</a></li>\
		<li><a href="#">456</a></li>\
\
</ul>');











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

                               Customizable Options and Styles

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


function typetext_data()
{


    /*---------------------------------------------
    Delay Times (In Milliseconds (1/1000 s)
    ---------------------------------------------*/


	this.initial_delay = 500		//Delay before starting the effect upon first load.

	this.message_delay = 2000		//Delay between messages.
	this.type_delay = 75			//Delay between typed characters.
	this.scroll_delay = 10			//Delay between each scroll animation frame.

	this.mouseoff_delay = 1000		//Delay before switching to the next message after moving the mouse out.





    /*---------------------------------------------
    Dimensions and Styles
    ---------------------------------------------*/
	

	this.container_width = 500;		//Measured in Pixels
	this.margins = "2,1,2,0";		//Top,Right,Bottom,Left - In Pixels



	this.container_styles =           "border-width:0px;			\
                                           border-color:#0066bb;		\
                                           border-style:none;			\
                                           background-color:transparent;	"
                                          
       
	this.item_styles =                "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Tahoma;			\
                                           font-size:12px;			\
                                           color:#333333;			\
                                           text-align:right;			"
       
	
	this.link_styles =                "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Tahoma;			\
                                           font-size:12px;			\
                                           color:#333333;			\
                                           text-align:center;			"
       

	this.link_hover_styles =          "color:#ff6600;			\
                                           text-decoration:normal;		"

}

