/*-----------------------------------------------------**	Author: Amit Goyal | amit@codeuncode.com*	Last Update: 25th May 2011	*-------------------------------------------------------*/$(window).load(function() {  if ($('.ie6').length) {    cs.isIE6orLess = true;  }    var effect = 'sliceDown';  if (cs.isIE6orLess) {    effect = 'slideInLeft';  }    $('#rotate').nivoSlider({      effect: effect,      slices:15,      animSpeed:650,       pauseTime:3000,      startSlide:0,      directionNav:false,      directionNavHide:true,      controlNav:false,      controlNavThumbs:false,      controlNavThumbsFromRel:false,      controlNavThumbsSearch: '.jpg',      controlNavThumbsReplace: '_thumb.jpg',      keyboardNav:true,      pauseOnHover:false,      manualAdvance:false,      captionOpacity:0.8,      beforeChange: function(){},      afterChange: function(){},      slideshowEnd: function(){},      lastSlide: function(){},      afterLoad: function(){}  });    });$(document).ready( function() {  var uTube = '<p class="video"><iframe src="http://player.vimeo.com/video/24456805?title=0&amp;byline=0&amp;portrait=0&amp;color=0F74E0&amp;loop=1" width="561" height="326" frameborder="0"></iframe></p>';  $('.front #contentWrap').append(uTube);  }); 
