/*
Powerful Difference Pre-Download Registration.
*/

// init the $powerfuldifference namespace. All functions should be part of this namespace
var $powerful = window.$powerful || {};  

// On page load
$(document).ready(function(){	
    $("#regForm").validate();
});
