jQuery(document).ready(function($) {
    if (! $.cookie('_HQ_abonare_nsl')) {
   		$.cookie('_HQ_abonare_nsl', 'the_value', { expires: 90, path: '/', domain: 'hq-wallpapers.net' });
   		$.get('/newsletter.html', function(data) { $.facebox(data) })
	}
})