var _slsDivPointer = 'losPointer';          //this div created dynamically and used for pointer
var _slsDivParent = 'losdivparent';         //this is parent div and all div are created inside this
var _slsDivHighLiter = 'loshighliter';       //this div created dynamically and used for highliter
var _slsDivChatRequest = 'loschatrequest';   //this div created dynamically and used for new chatrequest
var _slsMemberID = _slsTrim(document.getElementById(_slsDivParent).title);
//var _slsPath ='http://72.55.137.136/LOSChat/'; 
//var _slsMemberImagePath ='http://72.55.137.136/seolivesupport/RegdMemberFolders/'; 

var _slsPath ='http://service.seolivesupport.com/'; 
var _slsMemberImagePath ='http://SEOLivesupport.com/RegdMemberFolders/'; 

//Function to load javascript file
function _slsLoadJSFile( url )
{document.write( '<script type="text/javascript" src="' + url + '" onerror=""><\/script>' ) ;}
_slsLoadJSFile( _slsPath + 'Javascript/_slsService.js' ) ;

//Function to remove white spaces from string
function _slsTrim(stringToTrim) {
try{return stringToTrim.replace(/^\s+|\s+$/g,"");}
catch(ex){}}
