// JavaScript Document

// CHIAMATE ONLOAD
$(document).ready(function() {

// PNG Fix
$(document).pngFix(); 

// Random Images
$("body").randombg({
    directory: "_rolling/DEU/", //directory to image folder
    howmany: 7 //how many images are in this folder
});

// FINE CHIAMATE ONLOAD
});


