﻿$(document).ready(function() {

$("#dnn_dnnLOGO_hypLogo").show("slow");
$('img').bind("contextmenu", function(e) {
    return false;
});
$('div').bind("contextmenu", function(e) {
    return false;
});

});