function bind() {	
	bindTheme();
	
	if (window.location.search.length == 0)
		qsParams['ex'] = '-1';
	
	if (qsParams['ex'] == undefined || qsParams['ex'] == '-1') {
		document.getElementById('trTroubleTicket').style.visibility = "hidden";
	} else {
		var fntException = document.getElementById('exceptionID');
		fntException.innerHTML = qsParams['ex'];
	}
}