var found=1;if (found == 0 && MSIE) { alert(' does not have authorized access.'); }
//alert('hderksen.com/');

var show_leadin;

var Netscape, MSIE, Opera, Unknown;
var Win, Mac, Other;
var NetscapeVer, MSIEVer, OperaVer;

// detect browser
  
Netscape = navigator.appName == "Netscape";
MSIE = navigator.appName == "Microsoft Internet Explorer";
Opera = navigator.userAgent.indexOf("Opera") > -1;
Unknown = !(Netscape || MSIE || Opera);


var global_article = new Array();
var global_article_counter = 0;
var article = null;
var early_exit = 1;
var moreover_text = 0;

var webfeed_heading = "RFID News provided by <a href='http://www.rfidjournal.com/' target=_blank>RFID Journal</a>"; // The heading on (optional)


function sa(url,headline_text,leadin) 
{
   this.url = url // need this
   this.headline_text = headline_text // need this
   this.leadin = leadin // need this
}

article = new Array(  new sa("http://www.rfidjournal.com/article/articleview/4177","Novel RFID Application Keeps Water Flowing","Spring Water On Tap, a water delivery service, is working with AT&amp;T to check water levels in tanks using wireless sensors, small modems with unique IDs and a cellular network."),
  new sa("http://www.rfidjournal.com/article/articleview/4176","RFID News Roundup","Impinj sells memory patents to focus on RFID; Florida's Turnpike Enterprise orders 1.5 million RFID tags; Texas Instruments debuts two new low-frequency tags; Soliatis opens testing lab for smart cards; Datamars, ABS deliver RFID for textile, laundry businesses."),
  new sa("http://www.rfidjournal.com/article/articleview/4174","Art Dealer Finds Beauty in RFID Tracking System","The French Art Network is employing active RFID tags to track its art inventory in near-real time, while also deterring internal theft."),
  new sa("http://www.rfidjournal.com/article/articleview/4173","European EPC Competence Center Updates UHF Tag Study","According to the updated study, new tag designs and improved antennas have increased UHF tag performance during the past year."),
  new sa("http://www.rfidjournal.com/article/articleview/4172","RFID Journal Launches New Online Buyer's Guide to RFID Resources","New Buyer's Guide enhanced listings and a Request for Quote tool will enable readers to quickly contact vendors."),
  new sa("http://www.rfidjournal.com/article/articleview/4169","Outrigger Hotel Lets Guests Leave Cash and Credit Cards Behind","The Waikiki facility is deploying AlohaPay, a system enabling guests to use their room keys as contactless payment cards at retail locations in and near the facility."),
  new sa("http://www.rfidjournal.com/article/articleview/4168","RFID Helps Endwave Track Work-in-Progress","The company is utilizing EPC Gen 2 tags to monitor the production of communications hardware for the aerospace and defense sectors."),
  new sa("http://www.rfidjournal.com/article/articleview/4167","RFID News Roundup","Digital Angel awarded contract for 50-foot-long RFID antenna system; Dutch researchers to develop open-source smart card with tight security capability; Intelleflex, Minds Inc. team up on RFID-enabled telematics for farmers; IDTronic intros new UHF RFID gate starter kit."),
  new sa("http://www.rfidjournal.com/article/articleview/4166","Researchers Warn RFID May Disrupt Medical Equipment","Experts not involved with the study note that there have been no reports of injuries caused by electromagnetic interference with medical devices, though they do recommend further study."),
  new sa("http://www.rfidjournal.com/article/articleview/4165","Swiss Town Rolls Out RFID System for Blind Bus Riders","The approach utilizes an \"all-in-one\" handheld device that includes two RFID readers, a digital voice recorder and an audio player."),
  new sa("http://www.rfidjournal.com/article/articleview/4164","Prototype Mobile Shopping Assistant Uses RFID to Tip 'n Tell","To access product information, consumers and sales associates can bring an RFID-enabled PDA or cell phone near an item, then tap the device's screen to request additional information"),
  new sa("http://www.rfidjournal.com/article/articleview/4163","University of Kansas Lab Develops Foam-Attached Tag","The school's Information &amp; Telecommunication Technology Center says its new passive UHF Agility technology enables the creation of low-cost inlays that provide a long read range and work well near metals and liquids."),
  new sa("http://www.rfidjournal.com/article/articleview/4161","Checkpoint Systems Acquires RFID Software Company OATSystems","The deal is designed to make Checkpoint Systems a one-stop shop for retailers that want to use radio frequency identification to prevent theft and reduce stock-outs."),
  new sa("http://www.rfidjournal.com/article/articleview/4156","Alien Software Adds Context to Tag Reads","A free firmware upgrade will enable owners of Alien fixed readers to determine the direction, distance and speed of an EPC Gen 2 UHF passive tag."),
  new sa("http://www.rfidjournal.com/article/articleview/4159","RFID Is Now in Fashion","More apparel, footwear and accessory companies are getting serious about deploying RFID because early adopters have proven the business benefits, and because product improvements have made the technology easier to deploy."),
  new sa("http://www.rfidjournal.com/article/articleview/4158","Avery Dennison Ramps Up Its RFID R&D","The inlay manufacturer hired two new engineering execs to build strengths in RFID testing and application development."),
  new sa("http://www.rfidjournal.com/article/articleview/4155","GS1 Hong Kong Launches Online Track-and-Trace Platform","The organization says the ezTrack platform will enable the region's firms to more easily adopt EPC RFID, and to use the technology to gain end-to-end supply chain visibility."),
  new sa("http://www.rfidjournal.com/article/articleview/4154","New Zealand's National Cattle ID Project Gets $23 Million","The funding should help the National Animal Identification and Tracing project meet its goal of having all cattle and deer in the country RFID-tagged and registered by 2011."),
  new sa("http://www.rfidjournal.com/article/articleview/4157","RFID News Roundup","RFID adds extra security to hotel safes; Confidex introduces new UHF RFID label for returnable plastic containers; California RFID bill takes another legislative step; Brooks Automation launches mobile RFID reader; IDTronic unveils new rugged, lightweight handheld RFID terminal."),
  new sa("http://www.rfidjournal.com/article/articleview/4138","Used Batteries Tracked to Disposal","Can/U.S. Enviro-Energy employs RFID to track the new and used batteries it delivers to telecommunications companies.")
);

  if (article != null)

    {
    early_exit = 0;

    for (var article_counter = 0; article_counter < Math.min(article.length,15); article_counter++)
      {
      global_article[global_article_counter] = article[article_counter];
      global_article[global_article_counter].url;
      global_article[global_article_counter].url += "' TARGET='_blank";
      global_article[global_article_counter].document_url += "' TARGET='_blank";
      global_article_counter++;
      var numberofarticles = global_article.length;
      }


}
  if (global_article.length == 0)
      {
      if (early_exit)
        {
        document.writeln('Please reload this page to view the News Feed.');
        }
      else
        {
        document.writeln('Please try again later for News.');
        early_exit = 1;
        }
      }