
//Run JQuery
$(document).ready(function(){
     // Open lightbox
     $(".SendToAFriend").colorbox({width:"450px", height:"560px", iframe:true});
     $(".subscribe").colorbox({width:"380px", height:"350px", 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:"410px", height:"350px", iframe:true});
     
});