$(document).ready(function(){
						   
	//return;
	
	var htmlStr;
	
	//if(onlineQuoteAvailable){
		htmlStr = '<a href="http://www.kiosk.com/kiosk-quote" title="Get a Quote Instantly" target="_blank">';
		htmlStr += '<img src="images/get-online-quote-instantly.png" alt="Online Quote" width="350px" height="68px" />';
	/*}else{
		htmlStr = '<a href="http://www.kiosk.com/contact/request.php" title="Request a Quote" target="_blank">';
		htmlStr += '<img src="images/request-quote.png" alt="Request Quote" width="350px" height="68px" />';	
	}	*/
	htmlStr += '</a>';

	$('#salesQuote').html(htmlStr);
	
	htmlStr = '<a id="_lpChatBtn" href="https://server.iad.liveperson.net/hc/89136286/?cmd=file&amp;file=visitorWantsToChat&amp;site=89136286&amp;byhref=1&amp;imageUrl=https://server.iad.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/Small/1b" target="chat89136286" onclick="lpButtonCTTUrl = \'https://server.iad.liveperson.net/hc/89136286/?cmd=file&amp;file=visitorWantsToChat&amp;site=89136286&amp;imageUrl=https://server.iad.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/Small/1b&amp;referrer=\'+escape(document.location); lpButtonCTTUrl = (typeof(lpAppendVisitorCookies) != \'undefined\' ? lpAppendVisitorCookies(lpButtonCTTUrl) : lpButtonCTTUrl); lpButtonCTTUrl = ((typeof(lpMTag)!=\'undefined\' &amp;&amp; typeof(lpMTag.addFirstPartyCookies)!=\'undefined\')?lpMTag.addFirstPartyCookies(lpButtonCTTUrl):lpButtonCTTUrl);window.open(lpButtonCTTUrl,\'chat89136286\',\'width=475,height=400,resizable=yes\');return false;">';
	htmlStr += '<img src="images/live-help.gif" alt="Live Help" width="350px" height="80px" />';		
	htmlStr += '</a>';
	
	$('#liveHelp').html(htmlStr);
});
