///////////////////////////////////////////////////////////////////////////
//              CONFIGURATION                       //
///////////////////////////////////////////////////////////////////////////
	// Board Configuration
	obj = new Object();
	obj.Width = '193px';
	obj.Height = '70px';
	obj.boxType = 'relative';
	obj.Position = 'relative';
	obj.Left = 0;
	obj.Top = 0;
	obj.boxID = 32;
	obj.messages = new Array();
	obj.randomize= false;
	obj.pauseBetween=0;
	// Message # 1 Configuration
message = new Object();
message.Msg = '';
message.EditMsg = 0;
message.tdStyle = 'direction:rtl;font-family:Arial;left;color:#ff0000;background-color:#ffffff;border-color:#ff8000;border-style:dotted;border-width:2px';
message.hideTitle = "1";
message.TitleText = "גמדים1";
message.Title = "";
message.TitleBold =  "<b>";
message.TitleBgcolor = "";
message.TitleFgcolor = "";
message.TitleFamily = "";
message.TitleSize = "";
message.TitleAlign = "";
message.Text = "<!-- RTE css=direction:rtl;font-family:Arial;left;color:#ff0000;background-color:#ffffff;border-color:#ff8000;border-style:dotted;border-width:2px&ftype=editor RTE --><P style=\"TEXT-ALIGN: right; FONT-FAMILY: david; COLOR: rgb(255,255,255)\" dir=rtl class=MsoNormal align=center><FONT style=\"FONT-SIZE: 24px\" size=3><FONT style=\"FONT-SIZE: 24px\" size=3><FONT style=\"FONT-SIZE: 24px\" size=3><FONT color=#000000><FONT style=\"BACKGROUND-COLOR: #ffffff\"><FONT style=\"FONT-SIZE: 24px\" size=3><FONT style=\"FONT-SIZE: 24px\" size=3 face=\"times new roman\"><STRONG><FONT style=\"FONT-SIZE: 24px\" size=3><FONT style=\"FONT-SIZE: 24px\" color=#ff0000 size=3>&nbsp;<FONT style=\"FONT-SIZE: 26px\" color=#ff8000 size=3>פורים</FONT></FONT><FONT style=\"FONT-SIZE: 26px\" color=#ff8000 size=3>&nbsp;</FONT></FONT></STRONG></FONT></FONT></FONT></FONT></FONT></FONT></FONT></P><P style=\"TEXT-ALIGN: right; FONT-FAMILY: david; COLOR: rgb(255,255,255)\" dir=rtl class=MsoNormal align=left><FONT style=\"FONT-SIZE: 26px\" size=3><FONT style=\"FONT-SIZE: 26px\" size=3><FONT style=\"FONT-SIZE: 26px\" size=3><FONT color=#000000><FONT style=\"BACKGROUND-COLOR: #ffffff\"><FONT style=\"FONT-SIZE: 26px\" size=3><FONT style=\"FONT-SIZE: 26px\" size=3 face=\"times new roman\"><STRONG>&nbsp;&nbsp;&nbsp; במאה שערים</STRONG></FONT></FONT></FONT></FONT></FONT></FONT></FONT></P>";
message.Bold = "";
message.Padding = "";
message.Align ="";
message.Image ="";
message.imgWidth ="";
message.imgAlign ="";
message.bgImage ="background-image:url();";
message.bgImgPosition ="";
message.bgImgRepeat ="";
message.Bgcolor = "";
message.Fgcolor = "";
message.Size = "";
message.BorderWidth = "";
message.BorderColor = "";
message.Effect = "7";
message.Interval = "1";
message.Link = "http://www.ganshmuel.org.il/info/tarbut/tarbut-024.htm";
message.Target = "_top";
message.Family = "Arial";
message.weekDaysShow = new Array(1,1,1,1,1,1,1);
message.dateOn = "";
message.dateOff = "";
obj.messages.push(message);
	if(!window.boards)
		window.boards = new Array();
	var boardNumber = window.boards.length;
	window.boards[boardNumber] = obj;
	
	window.bizID='9';
	
	//document.write('<a id="linkContent'+boardNumber+'"></a>');
	document.write('<form id="linkForm'+boardNumber+'" method="get" style="display:none;"></form>');
	document.write('<style>div[id|="content'+boardNumber+'"] p{margin:0px;}</style><div id=content'+boardNumber+'  style="padding:0; margin:0; width:'+obj.Width+'; position:'+obj.Position+'; height:'+obj.Height+'; top:'+obj.Top+'px; left:'+obj.Left+'px; text-align:center; filter:revealTrans(duration=3,transition=0) blendTrans(duration=2);"  onclick="goLink('+boardNumber+')" onmouseover="mouseIn('+boardNumber+');return false;"></div>');
