function jqueryInit()
{
        // tabs init
		//if existed tabcontent div, swicth to tab1
        if ($('#tabcontent').length > 0) switchid('tab1');
		
        //stars init
}

$(document).ready(jqueryInit);

