<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://danube.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Danube - Request ScrumWorks Pro Trial - Comments</title>
 <link>http://danube.com/scrumworks/pro/trial</link>
 <description>Comments for &quot;Request ScrumWorks Pro Trial&quot;</description>
 <language>en</language>
<item>
 <title>Request ScrumWorks Pro Trial</title>
 <link>http://danube.com/scrumworks/pro/trial</link>
 <description>&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--  
	
 	/** Form Submission Checks **/
 	function checkValidity()
	{
		var theForm = document.getElementById( &#039;dform&#039; );
		var inputFields = theForm.elements;
		var formCheck = 1;
		var originalStyles = new Array(inputFields.length);
		var errorStyle = &quot;-error&quot;;
	
		for (var i = 0; i &lt; inputFields.length; i++) 
		{
			// Check for non required fields, unelegant but it works
			if( (inputFields[i].name != &quot;build&quot;) &amp;&amp; (inputFields[i].name != &quot;description&quot; ) &amp;&amp; (inputFields[i].name != &quot;referrer&quot; ) &amp;&amp; (inputFields[i].type != &quot;hidden&quot; ) )
			{
				if( (inputFields[i].value.length == 0) || (inputFields[i].value == null) )
				{
					if( inputFields[i].className.substr((inputFields[i].className.length-errorStyle.length)) != errorStyle )
						inputFields[i].className = inputFields[i].className+errorStyle;
						
					formCheck = 0;
				}
				
				// Clear last errors that were corrected
				else if( inputFields[i].className.substr((inputFields[i].className.length-errorStyle.length)) == errorStyle )
					inputFields[i].className = inputFields[i].className.substring( 0, (inputFields[i].className.length-errorStyle.length) );
			}
		}
		
		if( !formCheck )
		{
			alert( &quot;Please fill in the required fields before submitting your request.&quot; );
			return false;
		}
	}
		/** END Form Submission Checks **/
--&gt;  
&lt;/script&gt;
  
&lt;div class=&quot;content-box&quot;&gt;
	&lt;div class=&quot;content-box-header&quot;&gt;
		Request ScrumWorks&lt;span class=&quot;reg&quot;&gt;&amp;#0174;&lt;/span&gt; Pro Trial
	&lt;/div&gt;
	&lt;div class=&quot;content-box-body&quot;&gt;
		&lt;strong&gt;35 Day Trial &amp;#149; No Commitment &amp;#149; Upgrade Your Existing Data&lt;/strong&gt;
		&lt;br /&gt;&lt;br /&gt;
		
		We invite you to try ScrumWorks Pro for 35 days.  Please fill out the form below.  A ScrumWorks Pro download link and trial license will be emailed to you once we&#039;ve confirmed your information.
		&lt;br /&gt;&lt;br /&gt;
		&lt;form id=&quot;dform&quot; class=&quot;&quot; action=&quot;/danube_includes/trial_swp_post.php&quot; method=&quot;post&quot; onsubmit=&quot;return checkValidity()&quot;&gt;

			&lt;div class=&quot;form-item&quot;&gt;
				First name: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;firstname&quot; name=&quot;first_name&quot; maxlength=&quot;50&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Last name: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;lastname&quot; name=&quot;last_name&quot; maxlength=&quot;50&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Company: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;company&quot; name=&quot;company&quot; maxlength=&quot;50&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Email address: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;email&quot; name=&quot;email&quot; maxlength=&quot;50&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Telephone number (please include country code): &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;phone&quot; name=&quot;phone&quot;  maxlength=&quot;50&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Please provide the number of users for your trial license: &lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;5&quot; type=&quot;text&quot; name=&quot;00N50000001MMJj&quot; maxlength=&quot;3&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				When is your company interested in implementing a Scrum Tool in your production environment?&lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; 
				&lt;select class=&quot;form-text&quot; id=&quot;implement&quot; name=&quot;implement&quot;&gt;
					&lt;option value=&quot;3&quot;&gt;Next 30 days&lt;/option&gt;
					&lt;option value=&quot;2&quot;&gt;31-90 days&lt;/option&gt;
					&lt;option value=&quot;1&quot;&gt;91-365 days&lt;/option&gt;
					&lt;option value=&quot;0&quot;&gt;I don&#039;t know&lt;/option&gt;
					&lt;option value=&quot;0&quot;&gt;I prefer not to answer&lt;/option&gt;
				&lt;/select&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Have you ever used ScrumWorks Basic?&lt;span class=&quot;form-required&quot; title=&quot;This field is required.&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
				&lt;select class=&quot;form-text&quot; id=&quot;usedSWB&quot; name=&quot;usedSWB&quot;&gt;
					&lt;option value=&quot;1&quot;&gt;Yes&lt;/option&gt;
					&lt;option value=&quot;0&quot;&gt;No&lt;/option&gt;
					&lt;option value=&quot;0&quot;&gt;I prefer not to answer&lt;/option&gt;
				&lt;/select&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Subject: &lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;40&quot; type=&quot;text&quot; id=&quot;subject&quot; name=&quot;subject&quot;  maxlength=&quot;50&quot; value=&quot;ScrumWorks Pro Trial License Request&quot; readonly=&quot;readonly&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Promotional Code (optional): &lt;br /&gt;
				&lt;input class=&quot;form-text&quot; size=&quot;10&quot; type=&quot;text&quot; id=&quot;referrer&quot; name=&quot;referrer&quot;  maxlength=&quot;10&quot; value=&quot;&quot; /&gt;
			&lt;/div&gt;
			
			&lt;div class=&quot;form-item&quot;&gt;
				Comments: &lt;br /&gt;
				&lt;textarea class=&quot;textarea&quot; name=&quot;description&quot; cols=&quot;45&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
			&lt;/div&gt;
			
			&lt;input type=&quot;hidden&quot;  id=&quot;country&quot; name=&quot;country&quot;  value=&quot;United States&quot; /&gt;
			&lt;input type=&quot;hidden&quot;  id=&quot;type&quot; name=&quot;type&quot;  value=&quot;ScrumWorks Pro&quot; /&gt;
			&lt;input type=&quot;hidden&quot; id=&quot;reason&quot; name=&quot;reason&quot; value=&quot;License Request&quot; /&gt;
			&lt;input type=&quot;hidden&quot; name=&quot;orgid&quot; value=&quot;00D500000006xMR&quot; /&gt;
			&lt;input type=&quot;hidden&quot; name=&quot;sfga&quot; value=&quot;00D500000006xMR&quot; /&gt;
			&lt;input type=&quot;hidden&quot; name=&quot;00N50000001omSS&quot; value=&quot;Per-Seat Perpetual&quot; /&gt;
			&lt;input type=&quot;hidden&quot; name=&quot;retURL&quot; value=&quot;http://danube.com/scrumworks/pro/trial?status=s&quot; /&gt;
			&lt;input type=&quot;hidden&quot; id=&quot;lead_source&quot; name=&quot;lead_source&quot; value=&quot;Web&quot; /&gt;
			
			&lt;input type=&quot;submit&quot; name=&quot;sub&quot; value=&quot;Submit&quot; class=&quot;form-submit&quot; /&gt;
			
			&lt;div id=&quot;message-man&quot;&gt;
				&lt;p class=&quot;message&quot;&gt;&lt;/p&gt;
			&lt;/div&gt;
			&lt;/form&gt;
			&lt;br /&gt;
					
			&lt;span class=&quot;required-field&quot;&gt;*&lt;/span&gt; indicates a required field.
			&lt;br /&gt;
			Please read our &lt;a href=&quot;/privacy&quot;&gt;privacy and confidentiality statement.&lt;/a&gt;
			&lt;br /&gt;&lt;br /&gt;
			
	&lt;/div&gt;
	&lt;div class=&quot;content-box-footer&quot;&gt;
		&lt;!--&lt;a href=&quot;&quot;&gt;&amp;rarr; Learn More&lt;/a&gt;--&gt;
	&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://danube.com/scrumworks/pro/trial#comment</comments>
 <pubDate>Fri, 12 Jan 2007 20:20:18 -0600</pubDate>
 <dc:creator>nickw</dc:creator>
 <guid isPermaLink="false">712 at http://danube.com</guid>
</item>
</channel>
</rss>
