if ( document.form_1.time_frame.id == 'required') {

/* Emergency Response forms */
if ( document.form_1.ers ) document.writeln('<p><b>* What is your timeframe for purchasing a new Emergency Response solution? </b><br/>');
/* Regular Aprimo forms */
else document.writeln('<p><b>* What is your timeframe for purchasing/upgrading a software solution? </b><br/>'); 

document.writeln('<input type="radio" value="&lt;value&gt;Less than 1 month&lt;/value&gt;" name="900">Less than 1 month<br/>'
+ '<input type="radio" value="&lt;value&gt;1 - 3 months&lt;/value&gt;" name="900">1 - 3 months <br/>'
+ '<input type="radio" value="&lt;value&gt;4 - 6 months&lt;/value&gt;" name="900">4 - 6 months <br/>'
+ '<input type="radio" value="&lt;value&gt;6+ months&lt;/value&gt;" name="900">6+ months <br/>'
+ '<input type="radio" value="&lt;value&gt;No plans to purchase&lt;/value&gt;" name="900">No plans to purchase</p>');
}
else { document.writeln('<input type="hidden" value="&lt;value&gt;No plans to purchase&lt;/value&gt;" name="900">'); }


