/* if (GetCookie('rjsurvey') == ""){
		SetCookie('rjsurvey',"show",180);
	}

if (GetCookie('rjsurvey').indexOf("hide") < 0 && GetCookie('rjsurvey').indexOf("show") > -1){

var survey_random_number = Math.floor(Math.random()*4);

	if(survey_random_number == 0){
	
	//document.write(survey_random_number)
		
		document.write("<div id='survey_layer' style='visibility: hidden; position: absolute; left: 276px; top: 174px; border-color:#9EB6D8; border-style: solid; border-width: 2px; width: 484px;background: #E9F1FB;'>")
		
		document.write("<div style='background: #C2D7F5; height: 24px; border-bottom: 1px solid #9EB6D8; padding: 5px 3px 0px 3px;'><p style='margin: 0px; padding: 0px; float: left;'><b>Client Satisfaction Survey</b></p><div style='margin: 0px; padding: 0px ;font-family: arial; font-size: 1px; width: 17px; height: 17px; float: right; position: relative; top: 2px;'><a href=\"javascript:SetCookie('rjsurvey','hide',.01); hideLayer('survey_layer');\"><img src='/images/x_gray.gif' width='15' height='15' alt='Close and ask again later' title='Close and ask again later' /></a></div></div>")
		
		document.write("<p style='padding: 25px 40px 35px 40px; text-align: center; margin: 0px;'><b>In an effort to improve raymondjames.com, we ask that you take part in a short, six-question survey.</b>")
		
		document.write("<div style='float: left; margin-left: 44px;'><a href=\"/survey.htm?ref=" + document.location.href + "\" target=\"_blank\" onclick=\"window.open('/survey.htm?ref=" + document.location.href + "','_blank','scrollbars=yes,resizable=yes,width=600,height=470'); hideLayer('survey_layer');return false;\" class='button'><span>Take the survey</span></a></div><div style='float: left; margin-left: 20px; margin-right: 20px;'><a href=\"javascript:SetCookie('rjsurvey','hide',.01); hideLayer('survey_layer');\" class='button'><span>Ask me again later</span></a></div><div><a href=\"javascript:SetCookie('rjsurvey','hide',180);hideLayer('survey_layer');\" class='button'><span>No thanks</span></a></div>")
		
		document.write("<div style='clear: both; height: 25px; font-size: 1px;'></div><div style='font-size: 1px; height: 3px; background: #C2D7F5; border-top: 1px solid #9EB6D8;' /></div>")
		
		
		var survey_cookie_value = GetCookie('rjsurvey')
		
		//document.write( survey_cookie_value)
	
		document.write("</div>")
		
		window.onload = function(){showLayerOp("survey_layer")}
	
	}
}
*/
var thisisaplaceholder
