
$(document).ready(function(){


if ($.cookie('lightbox') != '1') {

$.fn.colorbox({href:"http://worklesshard.wufoo.com/forms/keeping-our-streets-safer-in-north-westminster/", open:true, width:"720px", height:"90%", iframe:true});
$('.petitions a').colorbox({width:"720px", height:"90%", iframe:true});

}

$.cookie('lightbox', '1', { expires: 7 });


});
