function youtubeColorbox(url){
    $.colorbox({
        //href:'http://www.youtube.com/embed/1rGUG_QL3qo',
        href: encodeURI(url),
        iframe: true,
        innerWidth: 913,
        innerHeight: 544,
        close: ''
    }); 
}
