پیوندهای مرتبطصوتصوت
10/10/1392نسخه قابل چاپ

انسان ۲۵۰ ساله | امام رضا علیه‌السلام و بیداری در برابر دشمن

درس امام رضا علیه‌السلام به همه‌ى ما اين است كه اى مسلمان! از مبارزه خسته نشو. نخواب چون دشمن هميشه بيدار است و در شكلهاى مختلف و در لباسها و نقابهاى گوناگون و با آرايشهاى رنگارنگ ظاهر ميشود؛ چشم تيزى داشته باشيد، دشمن را بشناسيد و راه مبارزه‌ى با دشمن را بلد بشويد و مثل على‌بن‌موسى‌الرضا از اول تا آخر مبارزه را ادامه بدهيد. رهبر انقلاب ۶۳/۰۹/۰۳
دريافت کد Embed
نمایش خودکار تصاویر

شماره 1 از 1
var imageList = new Array(); var imageWidth = new Array(); var imageDescList = new Array(); var imageIDs = new Array(); var cImageIdx = 0; var isInPlaying=false; var isInLoading=false; var sumTotalWidth=0; var baseAlbumPath = "ndata/news/24853"; var cImageID = 0; if (location.href.indexOf('#') != 0) cImageID = location.href.substring(location.href.indexOf('#')+1) if (198034==cImageID) //alert(0); cImageIdx=0; imageList[0] = "13921010_0124853.jpg"; imageDescList[0] = ""; imageIDs[0] = "198034"; // 2 for cellspacing if ("2829"!=""){ imageWidth[0] = ("2829" * 111) / "4000"; sumTotalWidth += imageWidth[0] + 2 } function forwardImage() { if (cImageIdx == imageList.length - 1) { //alert("به انتهاي مجموعه رسيده ايد"); goPhoto(0,1); return; } cImageIdx++; goPhoto(cImageIdx,1); } function backwardImage() { if (cImageIdx == 0) { //alert("به ابتداي مجموعه رسيده ايد"); goPhoto(imageList.length-1,1); return; } cImageIdx--; goPhoto(cImageIdx,1); } function goPhoto(index,mustScroll) { isInLoading = true; var sumWidth = 0; cImageIdx = index; document.getElementById("divLoading_imgLargePhoto").style.display = 'inline'; picLarge= new Image();picLarge.onload= function(){document.getElementById("divLoading_imgLargePhoto").style.display = "none";isInLoading=false;}; picLarge.src=baseAlbumPath + "/C/" + imageList[index]; document.getElementById("imgLargePhoto").src = picLarge.src; for (var i=0 ;i < imageList.length;i++) { if (document.getElementById("smpsid_"+i) != null) document.getElementById("smpsid_"+i).className = 'img_smps inactiveSMPS'; } for (var i=0 ;i < index;i++) { sumWidth += imageWidth[i]; } if (document.getElementById("smpsid_"+index) != null){ if (mustScroll==1) Scroll("divFooterImageList",0,sumWidth); document.getElementById("smpsid_"+index).className = 'img_smps'; } if (imageDescList[index]=='') document.getElementById("photoDescContainer").style.display = 'none'; else { document.getElementById("photoDesc").innerHTML = imageDescList[index]; document.getElementById("photoDescContainer").style.display = ''; } if (location.href.indexOf('#') != -1) location.href = location.href.substring(0,location.href.indexOf('#')) + '#'+imageIDs[index]; else location.href += '#'+imageIDs[index]; document.getElementById("DivPhotoCounter").innerHTML = 'شماره '+ (index+1) +' از '+imageList.length+''; document.getElementById("aLargePhoto").href = baseAlbumPath + "/B/" + imageList[index]; } var zxcTO; function Scroll(id,dis,pos){ var obj=document.getElementById(id) obj.scrollLeft=obj.scrollLeft+dis*10; if (pos && document.all){obj.scrollLeft=sumTotalWidth-pos;} if (pos && !(document.all)){obj.scrollLeft=-1*pos;} else {zxcTO=setTimeout( function(){ Scroll(id,dis); },1); } } var SlideInterval; function PlaySlideShow(){ if (isInPlaying) { document.getElementById("btnPlaySlideShow").style.background = 'url(/themes/fa_def/images/ver2/trans_icons.gif) -180px -72px no-repeat'; isInPlaying=false; PauseSlideShow(); } else{ isInPlaying=true; document.getElementById("btnPlaySlideShow").style.background = 'url(/themes/fa_def/images/ver2/trans_icons.gif) -170px -72px no-repeat'; SlideInterval = setInterval('if (!isInLoading) {forwardImage();}', 5000); } } function PauseSlideShow(){ clearInterval(SlideInterval);} function StopSlideShow(){ document.getElementById("btnPlaySlideShow").style.background = 'url(/themes/fa_def/images/ver2/trans_icons.gif) -180px -72px no-repeat'; isInPlaying=false; PauseSlideShow(); cImageIdx=1;} function checkKey(e){ switch (e.keyCode) { case 40: //'down' goPhoto((imageList.length - 1),1); break; case 38: //'up' goPhoto(0,1); break; case 37: //'left' forwardImage(); break; case 39: //'right' backwardImage(); break; } } $(document).ready(function () { if ($.browser.mozilla) { $(document).keypress (checkKey); } else { $(document).keydown (checkKey); } });