function isFirstTime(op) {
    if (op=='get') {
        return $.cookie('palioviaggi_video_first_time');
    } else if (op=='set') {
        $.cookie('palioviaggi_video_first_time',1,{expires: 730});
    }
    return 0;
}
