var x;
x=jQuery(document);
x.ready(initEvents);


function initEvents() {

}




