
//Run JQuery
$(document).ready(function(){
     // Open lightbox
     $(".SendToAFriend").colorbox({width:"450px", height:"580px", iframe:true});
     $(".subscribe").colorbox({width:"380px", height:"380px", iframe:true});
     $(".SMSupdates").colorbox({width:"450px", height:"540px", iframe:true});
     $(".about-bookmarking-tool").colorbox({width:"450px", height:"360px", iframe:true});
     $(".vote-results").colorbox({width:"450px", height:"560px", iframe:true});
     $(".newsletter-template").colorbox({width:"700px", height:"560px", iframe:true});
     $(".video-template").colorbox({width:"690px", height:"470px", iframe:true});
     
     $(".about-video").colorbox({width:"468px", height:"355px", iframe:true});
     
     $("a.lightboxstyle").colorbox();
     
   

});




