$(document).ready( function() {
//**************************************************************************************************//
	//Browser Check Starts																				//
	//**************************************************************************************************//	
	var isInternetExplorer = false;
	if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) isInternetExplorer = true;	
	
	//**************************************************************************************************//
	//Browser Check Ends																				//
	//**************************************************************************************************//
this.callOutMsgContainer_tl_DivId="nice";
this.callOutMsgContainer_tl_Div

this.callOutMsgContainer_tl_Div = document.getElementById(this.callOutMsgContainer_tl_DivId);
if(isInternetExplorer){ 
	//this.callOutMsgContainer_tl_Div.style.filter ="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://192.168.0.65/coconnex_web/sites/all/themes/coconnex_web/images/leftSide_coconexLogo.png', sizingMethod='image')";
}else { 
	//this.callOutMsgContainer_tl_Div.style.background = "url('http://192.168.0.65/coconnex_web/sites/all/themes/coconnex_web/images/leftSide_coconexLogo.png') no-repeat";
}
	
})
