<!--
	

	function GetBC(lngPostid) {
			intTimeZone="12642";
			strBlogId="joojoobams";
			intCount=-1;
			strResult="";


			document.write ( strResult ) ;
		}
	   	var postsArray = new Array();
		function togglepost (postid) {
		   var whichpost = document.getElementById(postid);
		   if (whichpost.className=="postshown") {
		   	whichpost.className="posthidden"; 
		   } else {
		   	whichpost.className="postshown"; 
		   }
		  // var h="#"+postid;
		  // location.href=h;
		} 
	   	var postNum = 0;
		function hidepost(postid) {
		   postsArray.push(postid);
		   var whichpost = document.getElementById(postid);
		   postNum++;
		   if (postNum==1) {
		   	whichpost.className="postshown"; 
		   }
		   if (postNum>1) {
			whichpost.className="posthidden"; 
		   }
		}
		function btnover(id) {
			var whichid = document.getElementById(id);
			if (whichid.className=="sidebarBTNSOver") {
				whichid.className="sidebarBTNSNorm"; 
			} else {
				whichid.className="sidebarBTNSOver"; 
			}
		}
		function showhideSEC(id) {
			var whichid = document.getElementById(id);
			if (whichid.className=="menuSECShow") {
				whichid.className="menuSECHide";
			} else {
				whichid.className="menuSECShow";
			}
		}
		function btnClick(id) {
			if (id=="homepage_btn") {
				location.href = "http://eilian.ir";
				return;
			} else if (id=="archive_sec") {
				showhideSEC(id);
				return;
			} else if (id=="xlinks_sec") {
				showhideSEC(id);
				return;
			} else if (id=="links_sec") {
				showhideSEC(id);
				return;
			} else if (id=="logo_sec") {
				showhideSEC(id);
				return;
			} else if (id=="slinks_sec") {
				showhideSEC(id);
				return;
			} else if (id=="rolling_sec") {
				showhideSEC(id);
				return;
			} else if (id=="contact_sec") {
				showhideSEC(id);
				return;
			} else if (id=="sp_sec") {
				showhideSEC(id);
				return;
			} else if (id=="about_sec") {
				showhideSEC(id);
				return;
			}
		}
		function OpenLD()
		{
		  window.open('');
		  return true;
		}

	//-->