		var loaded_form_66 = false;
		function populate_frame_66(id) {
			form_id = 66;
			if(!loaded_form_66) {
				iframe = document.getElementById('contact_form_' + id);
				iframe.removeAttribute('onload');

				if(!loaded_form_66 && iframe.contentWindow && iframe.contentWindow.document && iframe.contentWindow.document.write) {
					iframe.contentWindow.document.write('<scr'+'ipt src="http://forms.remotecustomersurveys.com/66.js?rand='+ Math.random() +'"></sc'+'ript>');
					loaded_form_66 = true;
					
					//var fileref=iframe.contentWindow.document.createElement('script');
					//fileref.setAttribute("type","text/javascript");
					//fileref.setAttribute("src", 'http://forms.remotecustomersurveys.com/66.js?rand='+ Math.random());
					
					//iframe.contentWindow.document.appendChild(fileref);
					//iframe.contentDocument.close(); - Removed by SL
					try {
						iframe.contentWindow.close();
						iframe.contentDocument.close();
					} catch(err) {
						
					}
				}
				if(!loaded_form_66 && iframe.contentDocument) {
					try {
						iframe.contentDocument.open();
						iframe.contentWindow.write('<scr'+'ipt type="text/javascript" src="http://forms.remotecustomersurveys.com/66.js?rand='+ Math.random() +'"></sc'+'ript>');
						iframe.contentDocument.close();
						loaded_form_66 = true;
					} catch(err) {}
				}
			}
		}
		iframe_width = ("undefined" != typeof iframe_width)? iframe_width : '222px';
		iframe_height = ("undefined" != typeof iframe_height)? iframe_height : '475px';
		
		iframe = "<iframe frameborder=\"0\" scrolling=\"true\" style=\"width: "+ iframe_width +"; height: "+ iframe_height +";\" name=\"contact_form_66\" id=\"contact_form_66\" onload=\"populate_frame_66(66);\"></iframe>";
		
		if("undefined" != typeof iframe_holder) {
			document.getElementById(iframe_holder).innerHTML += iframe;
		} else {
			document.write(iframe);
		}
