$(function() {
      $('#placeholder').crossSlide({
          sleep: 3,
          fade: 2
      }, [
         { src: 'images/pic1_001.jpg' },
         { src: 'images/pic1_002.jpg' },
         { src: 'images/pic1_003.jpg' },
         { src: 'images/pic1_004.jpg' },
		 { src: 'images/pic1_005.jpg' },
		 { src: 'images/pic1_007.jpg' },
		 { src: 'images/pic1_008.jpg' },
		 { src: 'images/pic1_009.jpg' }
      ]);
});



$(document).ready(
  function(){
      $('#news').innerfade({
          animationtype: 'slide',
          speed: 1000,
          timeout: 4000,
          type: 'sequence',
          containerheight: '30px'
      });

      $('ul#portfolio').innerfade({
          speed: 1000,
          timeout: 5000,
          type: 'sequence',
          containerheight: '220px'
      });
	  
      $('.fade').innerfade({
          speed: 1000,
          timeout: 6000,
          type: 'random_start',
          containerheight: '1.5em'
      });

      $('.adi').innerfade({
          timeout: 5000,
          type: 'random',
          containerheight: '150px'
      });

});



jQuery(function(){
 jQuery('a[rel*=lightbox]').lightpop({overlayBgColor:'#FFF',contentFrameType:'box'});
 jQuery('a[href^=http://www.youtube.com/watch]').lightpop({overlayBgColor:'#FFF',contentBorder:'1px solid silver'});
 jQuery('a[href^=http://www.metacafe.com/watch], a[href^=http://www.liveleak.com/view], a[href^=http://video.google.com/videoplay], a[href^=http://www.dailymotion.com/video], a[href^=http://www.nicovideo.jp/watch]').lightpop();
 jQuery('a.video').lightpop({flvplayer:'/lightpop_sample/mediaplayer/player.swf'});
 jQuery('a.content').lightpop({Contents:{iframeEnabled:false}});
});

