<?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 - Contact Us - Comments</title>
 <link>http://danube.com/contact</link>
 <description>Comments for &quot;Contact Us&quot;</description>
 <language>en</language>
<item>
 <title>Contact Us</title>
 <link>http://danube.com/contact</link>
 <description>&lt;script type=&quot;text/javascript&quot; src=&quot;/danube_includes/sarissa.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/danube_includes/util-functions.js&quot;&gt;&lt;/script&gt;
  
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--  
  addEvent(window, &#039;load&#039;, init, false);

  function init() {
      if (!Sarissa || !document.getElementById) return;
      
      var formElements = document.getElementsByTagName(&#039;form&#039;);
      for (var i = 0; i &lt; formElements.length; i++) {
          if (formElements[i].className.match(/\bajaxify\b/)) {
              addEvent(formElements[i], &#039;submit&#039;, submitTheform, false);
          }
      }
  }
  
  function submitTheform(e) {
      /* Cancel the submit event, and find out which form was submitted */
      knackerEvent(e);
      var target = window.event ? window.event.srcElement : e ? e.target : null;
      if (!target) return;
      
      /* Check if this form is already in the process of being submitted. 
       * If so, don&#039;t allow it to be submitted again. */
      if (target.ajaxInProgress) return;
	  
	  
	  /** Form Submission Checks **/
		
		var theForm = document.getElementById( &#039;ajaxify&#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 **/
	  
      
      /* Set up the request */
      var xmlhttp =  new XMLHttpRequest();
      xmlhttp.open(&#039;POST&#039;, &#039;/danube_includes/contact_main_post.php&#039;, true);
      
      /* The callback function */
      xmlhttp.onreadystatechange = function() {
          if (xmlhttp.readyState == 4) {
              if (xmlhttp.status == 200)
                  addFeedback(xmlhttp.responseXML, target);
              else
                  target.submit();
          }
      }
	  
	  document.getElementById( &#039;message-man&#039;).style.display = &quot;block&quot;;
      
      /* Send the POST request */
      var form = document.getElementById(&#039;ajaxify&#039;);
      var elements = form.elements;
      query = &quot;&quot;;
      for ( i = 0; i &lt; elements.length-1; i++ )
      {
        query = query + elements.item(i).name + &quot;=&quot; + elements.item(i).value + &quot;&amp;&quot;;
      }
      xmlhttp.setRequestHeader(&#039;Content-Type&#039;, &#039;application/x-www-form-urlencoded&#039;);
      xmlhttp.send(query);
      
      /* Add temporary feedback that the request has been sent */   
      var loadingImg = document.createElement(&#039;img&#039;);
      loadingImg.src = &#039;/img/working.gif&#039;;
      target.getElementsByTagName(&#039;p&#039;)[0].appendChild(loadingImg);
      target.ajaxInProgress = true;
  }
  
  function addFeedback(responseXML, target) {
      var loadingImg = target.getElementsByTagName(&#039;img&#039;)[0];
      loadingImg.parentNode.className += &#039; status&#039;;
      var feedbackText = &#039; We successfully received your request.  Thank you for your submission, someone from our staff will be in touch with you shortly.&#039;;
      var feedbackSpan = document.createElement(&#039;span&#039;);
      // feedbackSpan.className = &#039;message status&#039;;
      feedbackSpan.appendChild(document.createTextNode(feedbackText));
      loadingImg.parentNode.replaceChild(feedbackSpan, loadingImg);

      // Free up the form to go again
      target.ajaxInProgress = false;
      
      // Disable form inputs
      target.getElementsByTagName(&#039;select&#039;)[0].disabled = true;
      target.getElementsByTagName(&#039;textarea&#039;)[0].disabled = true;
      var inputFields = document.getElementsByTagName(&#039;input&#039;);
      for (var i = 0; i &lt; inputFields.length; i++) {
      target.getElementsByTagName(&#039;input&#039;)[i].disabled = true;
      }
  }
--&gt;
 &lt;/script&gt;
 
&lt;div class=&quot;content-box&quot;&gt;
	&lt;div class=&quot;content-box-header&quot;&gt;
		Contact Us
	&lt;/div&gt;
	&lt;div class=&quot;content-box-body&quot;&gt;
		&lt;div&gt;
		Thank you for your interest in Danube Technologies.  Please contact us via telephone or submit your request using the form below.  We are happy to help you with any service or product sales related questions.
			&lt;/div&gt;
		
		&lt;h3&gt;ScrumWorks&lt;span class=&quot;reg&quot;&gt;&amp;#0174;&lt;/span&gt; Basic Freeware Licenses:&lt;/h3&gt;
		If you are requesting a free ScrumWorks Basic edition license, please use &lt;a href=&quot;/scrumworks/basic/contact&quot;&gt;this form&lt;/a&gt; instead.&lt;br /&gt;
		
		&lt;h3&gt;Address:&lt;/h3&gt;        	  
		Danube Technologies, Inc.&lt;br /&gt;
		520 SW Sixth Ave, Suite 940&lt;br /&gt;
		Portland, OR 97204 &lt;br /&gt;
                U.S.A.
			
		&lt;h3&gt;Telephone:&lt;/h3&gt;
					
		1-888-532-6823 (USA only toll free) &lt;br /&gt;
		+1-503-248-0800 (International) &lt;br /&gt;
		+1-503-248-0801 (Fax) 
		&lt;br /&gt; &lt;br /&gt;
		&lt;div class=&quot;content-box-inner&quot;&gt;
			&lt;div class=&quot;content-box-header-inner&quot;&gt;
				Submit Your Request
			&lt;/div&gt;
			&lt;div class=&quot;content-box-body-inner&quot;&gt;
&lt;!-- 				&lt;h3&gt;Submit Your Request:&lt;/h3&gt; --&gt;
				&lt;form id=&quot;ajaxify&quot; class=&quot;ajaxify&quot; action=&quot;http://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&quot; method=&quot;post&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; type=&quot;text&quot; id=&quot;first_name&quot; name=&quot;first_name&quot; maxlength=&quot;100&quot; size=&quot;40&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; type=&quot;text&quot; id=&quot;last_name&quot; name=&quot;last_name&quot; maxlength=&quot;100&quot; size=&quot;40&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 type=&quot;text&quot; id=&quot;company&quot; name=&quot;company&quot; maxlength=&quot;100&quot; class=&quot;form-text&quot; size=&quot;40&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; type=&quot;text&quot; id=&quot;email&quot; name=&quot;email&quot; maxlength=&quot;100&quot; size=&quot;40&quot; /&gt;
				&lt;/div&gt;
				&lt;div class=&quot;form-item&quot;&gt;          					
					Telephone number:&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; type=&quot;text&quot; id=&quot;phone&quot; name=&quot;phone&quot; maxlength=&quot;100&quot; size=&quot;40&quot; /&gt;
				&lt;/div&gt;
				
				&lt;div class=&quot;form-item&quot;&gt; 
					Please select the product or service you are primarily interested in:
					&lt;br /&gt;    					
					&lt;select class=&quot;form-text&quot; name=&quot;00N50000001MMBd&quot;&gt;
						&lt;option value=&quot;&quot;&gt;--None--&lt;/option&gt;
						&lt;option value=&quot;ScrumWorks Pro&quot;&gt;ScrumWorks Professional Edition&lt;/option&gt;
						&lt;option value=&quot;Public Course&quot;&gt;Public Courses&lt;/option&gt;
						&lt;option value=&quot;Private Course&quot;&gt;Private On-site Courses&lt;/option&gt;
						&lt;option value=&quot;Direct Hire&quot;&gt;Direct Hire and Recruiting Services&lt;/option&gt;
						&lt;option value=&quot;Coaching&quot;&gt;Agile Coaching and Consulting&lt;/option&gt;
						&lt;option value=&quot;Career with Danube&quot;&gt;Career with Danube&lt;/option&gt;
					&lt;/select&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;    				  
					&lt;br /&gt;
					Please provide any additional comments below:&lt;br /&gt;
					&lt;textarea class=&quot;form-text&quot; name=&quot;description&quot; cols=&quot;45&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
					&lt;br /&gt;	
					&lt;input type=&quot;hidden&quot; name=&quot;retURL&quot; value=&quot;http://danube.com/crss/node/111?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;hidden&quot; name=&quot;oid&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;  id=&quot;00N50000001nc9S&quot; name=&quot;00N50000001nc9S&quot; value=&quot; &quot; /&gt;
&lt;input type=&quot;hidden&quot;  id=&quot;00N50000001nc9T&quot; name=&quot;00N50000001nc9T&quot; value=&quot;&quot; /&gt;
				&lt;/div&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;div class=&quot;description&quot;&gt;
					&lt;span class=&quot;form-required&quot; title=&quot;This field is required.&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;/div&gt;
				
			&lt;/div&gt;
			&lt;div class=&quot;content-box-footer-inner&quot;&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		
	&lt;/div&gt;
	&lt;div class=&quot;content-box-footer&quot;&gt;
	&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://danube.com/contact#comment</comments>
 <pubDate>Thu, 24 Nov 2005 19:40:35 -0600</pubDate>
 <dc:creator>VictorSzalvay</dc:creator>
 <guid isPermaLink="false">111 at http://danube.com</guid>
</item>
</channel>
</rss>
