function sbInitControls(){	if(jQuery.fn.buildBSCalendar){ 		$("input[sbType=date]").buildBSCalendar(); 	}			if(initSbInPlaceEdit){		initSbInPlaceEdit();	}			if(jQuery.fn.buildVotes)			{		jQuery.fn.buildVotes();			}				if(jQuery.fn.lightBox){			$('a[rel*=imagebox-detail]').lightBox();		}}		$(document).ready(function() { 	sbInitControls();}); 
