$(document).ready(function() {

    if ( cookieControl.get('tizennyolceves') != 'elmultamtizennyolceves' ) {
        jConfirm('', '', 'addcomment', function(r) {
            if ( r ) {                
                cookieControl.set('tizennyolceves','elmultamtizennyolceves','1','','','');

            } else {
				location.href = 'http://www.webshark.hu';
			}
        });
    }

});

/*
** jquery alerts parameters
*/

$.alerts.okButton = '';
$.alerts.cancelButton = '';
$.alerts.draggable = false;
$.alerts.overlayOpacity = .5;
$.alerts.overlayColor = '#000000';


