$(document).ready(function(){
	skinInit();
});

/**
 * Init user site
 */
function skinInit()
{
	//put custom skin init code here
}
