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

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/5020","New Group Seeks Collaboration Among RFID Standards Bodies","The Global RFID Interoperability Forum for Standards met in Washington, D.C., to establish a permanent body to foster communication and collaboration among RFID standards bodies."),
  new sa("http://www.rfidjournal.com/article/articleview/5017","Study Finds Disposable Tags Can Be Reused","A Reusuable Packaging Association study indicates Gen 2 UHF RFID tags can be expected to continue performing on containers making multiple trips through a supply chain—even in harsh conditions."),
  new sa("http://www.rfidjournal.com/article/articleview/5019","RFID News Roundup","Toshiba TEC's RFID products get EPCglobal certification; TimeLox puts RFID security into Four Seasons Hotel; Florida county library system to tag 1.4 million items; RF Controls releases new smart antennas; ADT Security announces real-time inventory solutions; GuardRFID's active RFID systems work with video; SkyBitz intros tank activity and tire-pressure sensors."),
  new sa("http://www.rfidjournal.com/article/articleview/5014","Forest-Monitoring Sensors Harvest Energy From Trees","The U.S. Forest Service is deploying a climate sensor network powered by energy harvested from living trees."),
  new sa("http://www.rfidjournal.com/article/articleview/5013","New York Medical Center Tracks OR Equipment for Trauma Care","The SUNY system's University Hospital has deployed a Wi-Fi-based RFID solution to track the location of its emergency equipment, as well as the temperatures of drugs and tissue samples in 100 refrigerators, and expects an ROI within one year."),
  new sa("http://www.rfidjournal.com/article/articleview/5011","NFC Brings Visibility to British Home Care","U.K. home-care providers are testing an NFC system from mobile-phone service provider O2 that allows them to track and update a patient's records using their own mobile phones and an NFC tag at a patient's home."),
  new sa("http://www.rfidjournal.com/article/articleview/5009","Phone-Tracking Pilot Down Under Points to Big Benefits","Australian telecommunications firm Telstra used RFID to track 12,800 mobile phones from a Sydney distribution center to six stores around the country, and estimates full deployment will lead to AU$4 million in annual savings."),
  new sa("http://www.rfidjournal.com/article/articleview/5007","New System Tracks Specimens From Hospitals to Labs","Ambient ID has released a UHF Gen 2 solution that provides near-real-time visibility into the locations of vials containing human tissue or blood as they travel from hospitals to laboratories for diagnostic testing."),
  new sa("http://www.rfidjournal.com/article/articleview/5005","Bar-Code Technology Is Not Cheaper Than RFID","Many companies miss the opportunity to lower costs and boost sales because they confuse the expense of the data carrier with that of data acquisition."),
  new sa("http://www.rfidjournal.com/article/articleview/5004","Marigold Industrial Gets a Better Grip on Glove Production, Inventory","The Portuguese maker of protective work gloves says it has streamlined operations thanks to an RFID system based on passive EPC Gen 2 tags and readers."),
  new sa("http://www.rfidjournal.com/article/articleview/5002","Drilling Company Taps RFID Benefits","Nabors Canada is installing passive high-frequency tags on its oil rigs, to help it track equipment and manage inspection and certification procedures."),
  new sa("http://www.rfidjournal.com/article/articleview/5000","RFID News Roundup","ESCI Supply Chain Carbon Council promotes RFID; Omni-ID, Mitsubishi Electric, IBM Japan partner on RFID asset management; Nestlé Waters North America using RFID to manage vehicles; Feig, smart-TEC codevelop RFID solution for laser scalpels; XMark announces new version of RFID-based infant-protection system."),
  new sa("http://www.rfidjournal.com/article/articleview/4999","RFID Protects Tut's Treasures","Active RFID tags and sensors, in tandem with video cameras, watch over the king's golden sandals and other Egyptian antiquities on display at museums."),
  new sa("http://www.rfidjournal.com/article/articleview/4998","Kuwaiti Car Dealership Streamlines Repair Service","Al Ghanim Automotive is using Zebra's RFID technology to improve customer service, document the repair process and save time."),
  new sa("http://www.rfidjournal.com/article/articleview/4995","Plant Nursery Raises Efficiency With RFID","Color Point is employing EPC Gen 2 passive RFID tags to track the metal carts it uses to deliver plants to Lowe's, Sam's Club and other retailers, as well as to speed up the truck-loading process."),
  new sa("http://www.rfidjournal.com/article/articleview/4994","Altierre Sees Opportunity for Temperature Tags","The company's new RFID-enabled temperature sensors are designed to help retailers track the operation of refrigerators, freezers and hot-food display cases in their stores."),
  new sa("http://www.rfidjournal.com/article/articleview/4992","Keynote Speaker, New Content Announced for RFID Journal LIVE! Canada","The fourth annual event will feature a keynote address by Keith Sheardown, Bombardier Transportation's general manager for technology solutions, and new tracks focused on traceability and health-care solutions."),
  new sa("http://www.rfidjournal.com/article/articleview/4989","RFID in the Middle East","The region is beginning to embrace RFID as a means of improving efficiencies in many industries—but more education is needed."),
  new sa("http://www.rfidjournal.com/article/articleview/4987","Cimko Cement Plant Loads Up on RFID","The Turkish facility has deployed passive EPC Gen tags and readers to automate the filling of trucks, thus lowering costs and improving the facility's capacity by up to 20 percent."),
  new sa("http://www.rfidjournal.com/article/articleview/4985","Ohio Music Festival Sings RFID's Praises","Organizers of Six Fest added tags to their tickets, thereby improving traffic flow for 14,000 concert-goers and saving thousands of dollars by discouraging counterfeiters.")
);

  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;
        }
      }