/*

$(document).ready(function(){
if (!$.cookie('survey')) {
tb_show('FCC.gov Feedback', 'http://fcc.surveyanalytics.com/?TB_iframe=true&height=500&width=600', null);
$.cookie('survey', true, { expires: 14 });
}
});

*/
