﻿/* Old Function - start */
/*
$(function(){ 
$("input:submit,input:reset,input:button").button(); 
$('#bodycontainer').addClass('ui-content  ui-corner-all');
$('#youtube').addClass('ui-content  ui-corner-all');
$('#homeleft').addClass('ui-widget-content  ui-corner-all');
$("#freepublish").addClass("ui-content  ui-corner-all");
$("#paypal").addClass("ui-content  ui-corner-all");
$("#error").addClass("ui-state-error ui-corner-all");
$("#msg").addClass("ui-state-highlight ui-corner-all");
$("#loginleft").addClass("ui-widget-content  ui-corner-all");
$("#loginright").addClass("ui-widget-content  ui-corner-all");    
$("#doyouknow").addClass("ui-widget-content  ui-corner-all");
$("#para1,#para2,#para3,#para4,#para5").addClass("ui-content  ui-corner-all");
$("#radio1").buttonset();
});
*/
/* Old function - end */

/* Optimized function - start */
jQuery(document).ready(function() {
var v = "#bodycontainer,#ProBanner,#ProDisable,#que_disable,#youtube1,#freepublish,#outer,#paypal,#para1,#para2,#para3,#para4,#para5";
    jQuery(v).addClass("ui-content  ui-corner-all");
    v = "#whyus,#loginleft,#loginright,#doyouknow,#ReportGrid";
    jQuery(v).addClass("ui-content  ui-corner-all");
    jQuery("input:submit,input:reset,input:button").button();
    jQuery("#error").addClass("ui-state-error ui-corner-all");
    jQuery("#msg").addClass("ui-state-highlight ui-corner-all");
    jQuery("#radio1").buttonset();

});
/* Optimized function - end */
