Jump to content
Ultimate Subaru Message Board

burtonsnowman

Members
  • Posts

    373
  • Joined

  • Last visited

Posts posted by burtonsnowman

  1. var xmlHttp3 var ajaxElem3 function ExecuteAjax3(inURL,inElem) { ajaxElem3 = inElem; if (inURL.length > 0 && inElem.length > 0 ) { if (inURL.indexOf("?") == -1 ) { var url= inURL + "?sid=" + Math.random(); } else { var url= inURL + "&sid=" + Math.random(); }//alert(url); var ajaxElement = document.getElementById(ajaxElem3); if (ajaxElement != null) { document.getElementById(ajaxElem3).innerHTML="Loading..."; } xmlHttp3=GetXmlHttpObject3(stateChanged3) xmlHttp3.open("GET", url , true) xmlHttp3.send(null) } } function stateChanged3() { if (xmlHttp3.readyState==4 || xmlHttp3.readyState=="complete") { if (ajaxElem3.length > 0) { var ajaxElement = document.getElementById(ajaxElem3); if (ajaxElement != null) { document.getElementById(ajaxElem3).innerHTML=xmlHttp3.responseText; } } } } function GetXmlHttpObject3(handler) { var objXmlHttp3=null if (navigator.userAgent.indexOf("Opera")>=0) { //alert("This functionality is not currently supported in Opera browsers.") return } if (navigator.userAgent.indexOf("MSIE")>=0) { var strName="Msxml2.xmlHttp" if (navigator.appVersion.indexOf("MSIE 5.5")>=0) { strName="Microsoft.xmlHttp" } try { objXmlHttp3=new ActiveXObject(strName) objXmlHttp3.onreadystatechange=handler return objXmlHttp3 } catch(e) { //alert("Error. Scripting for ActiveX might be disabled") return } } if (navigator.userAgent.indexOf("Mozilla")>=0) { objXmlHttp3=new XMLHttpRequest() objXmlHttp3.onload=handler objXmlHttp3.onerror=handler return objXmlHttp3 }} ExecuteAjax3('http://www.subaru.com.au/templates/global/ajax/motivators.cfm?def=92467D5C-A969-131F-D560E5F559BB2131_14341917-1323-B8CE-DF996E0617FA4E62_6DACA651-A9A3-9958-79B911873AE0AEB2_B8CFCE85-1568-D06D-806F9EF989E76E33&site_id=13ADA39C-1254-137C-AA9B13F20A10F940&motivator_category=overview','motivator_2007_Outback_30R_Wagon'); Outback 3.0R Premium

    [/url]

    Wagon

    From: $52,990 *

    » Symmetrical All-Wheel Drive

    » Airbags (6) & DataDot security

    » 5 Star ANCAP¹ safety rating

    » Anti-lock Braking System

    » 200mm ground clearance²

    Oh, AU $. I almost flipped when I first saw that...

  2. ok, here's the real southerner test. what's the plural of y'all????

     

    i'll check back with you in a while.

     

    john

    Much like moose, the plural of the lexeme y'all is the same as the singular form.

     

    The word y'all, however, is generally accepted as connotating the bespeaking of multiple entities.

     

    Subsequently, the short answer to your query would be this: Y'all doesn't have a plural. It is a plural.

     

    However, although the definition would imply the pontification of more than one party (the locution being simply a contraction of "you" and "all") the multifarious nature of the expression allows it to be cunstrued in any way the user desires.

  3. Are you it wasn't km?

     

    That would be doing an average of 528 miles per day/ every day for the 14 years since that truck was built. If you only do hwy and average 60 mph then that would driving 8.8 hours/ day ....never missing a day.

    You're right. That doesn't make sense.

     

    So I confirmed the story...it was an '89 (first production year for the B-Series). The miles were 1.7 million. Which, now that I think about it, still sounds suspect (at 274 miles per day)...but anyway, thanks for bringing that out to me.

     

    I guess I didn't think about that.

×
×
  • Create New...