function onloadFunction(){
// init prettyphoto
  $(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({social_tools: false});
  	screenshotPreview();
  });
}

