jQuery.noConflict();
jQuery(document).ready(function($){

//Rel external
jQuery('a[rel="external"]').click( function() {
window.open( $(this).attr('href') );
return false;
});

jQuery(function($) {
 var options = {
format: '%d/%m/%Y %H:%M:%S'
}
jQuery('#jclock').jclock(options);

var options2 = {
format: '%Y'
}
jQuery('#jclock2').jclock(options2);
});

jQuery('.link2').colorbox({href:'http://www.lshsecurity.nl/informatiepakket.html', width:'710px', height:'625px', iframe:true});


});
