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:'./mediaplayer/player.swf'});
jQuery('a.content').lightpop({Contents:{iframeEnabled:false}});
});


