

/*-------------------------------------------------------------------
mumidom.com
-------------------------------------------------------------------*/

jQuery(document).ready(function() {
	jQuery('#mycarousel').jcarousel({
        vertical: true,
        scroll: 2
    });
	jQuery('#mycarousel-2').jcarousel({
        vertical: true,
        scroll: 2
    });    
	jQuery('#mycarousel-3').jcarousel({
        vertical: true,
        scroll: 2
    });
});



<!--
function bookmarkthis(title,url) {
  if (window.sidebar) { // Firefox
     window.sidebar.addPanel(title, url, "");
  } else if (document.all) { // IE
     window.external.AddFavorite(url, title);
  } else if (window.opera && window.print) { // Opera
     var elem = document.createElement('a');
     elem.setAttribute('href',url);
     elem.setAttribute('title',title);
     elem.setAttribute('rel','sidebar');
     elem.click();
  }
}
//-->

  $(document).ready(function(){
    
    $(".1").attr("id", function (arr) {
          return "title_" + arr;
        })
    $(".2").attr("id", function (arr) {
          return "count_down_" + arr;
        })
    $(".3").attr("id", function (arr) {
          return "cover_" + arr;
        })
    $(".4").attr("id", function (arr) {
          return "posterframe_" + arr;
        })
  });

