var found=1;if (found == 0 && MSIE) { alert(' does not have authorized access.'); }
//alert('epicrfid.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/4076","Equipment Inspectors Find Safety in RFID","Construction equipment suppliers use N4 Systems' RFID-based solution to track inspection records of equipment in the field, at work sites and mines."),
  new sa("http://www.rfidjournal.com/article/articleview/4075","Printed Electronics Start-up Specializes in Low-Volume Tag Production","By focusing on production runs as small as 150 units, Mu-Gahat says it provides companies with greater flexibility for testing and development."),
  new sa("http://www.rfidjournal.com/article/articleview/4071","Startup Designs Firewall to Ensure RFID Network Security","NeoCatena's security appliance is designed to protect an RFID network from counterfeit RFID tags, and from attempts to use malware-encoded tags to introduce a virus to back-end systems—or to steal sensitive data."),
  new sa("http://www.rfidjournal.com/article/articleview/4070","RFID News Roundup","Korean retailers stock up on RFID; Sokymat Automotive introduces new UHF, HF and LF RFID tags; Polish bank offers prepaid contactless payment cards; TI offers ultra-thin chip module for contactless cards; Mikoh takes its tamper-evident technology to health-care market; Reva offers built-in integration with Oracle E-Business apps."),
  new sa("http://www.rfidjournal.com/article/articleview/4069","RFID Halts Theft at Toronto Car Dealership","The luxury car retailer is using EPC Gen 2 RFID technology to track the keys to all of its vehicles, reducing the risk of lost keys and stolen vehicles."),
  new sa("http://www.rfidjournal.com/article/articleview/4068","Wilson Sporting Goods Looking to Score With RFID","The company hopes to gain increased visibility regarding the products it ships to Wal-Mart, and to track the in-store deployment of promotional displays."),
  new sa("http://www.rfidjournal.com/article/articleview/4060","VRF Offering Dynamic Price Tags","The startup has developed item-level RFID tags with electronic-paper screens for displaying changeable price information and automatic markdowns, as well as for inventory and theft control within retail settings."),
  new sa("http://www.rfidjournal.com/article/articleview/4067","Routeware Launches RFID Solution for Waste Haulers","The system employs low-frequency RFID interrogators on trash-collection trucks to identify tagged waste and recycling containers, as well as track the recycling efforts of the residents they serve."),
  new sa("http://www.rfidjournal.com/article/articleview/4066","Evangelizing RFID","It's not about the technology—it's about what the technology can do."),
  new sa("http://www.rfidjournal.com/article/articleview/4065","U.K. Government Supports Using RFID to Fight Bike Thefts","The system uses motion-detecting active 433 MHz RFID tags, in conjunction with security cameras, to inform police when a bicycle is moved without authorization."),
  new sa("http://www.rfidjournal.com/article/articleview/4064","U.S. Congressmen Seek to Specify a Track-and-Trace Technology for Drugs","At a House Committee on Energy and Commerce meeting, Reps Steve Buyer and Jim Matheson questioned the FDA and sought to gain support for HR 5839, which would require the agency to stipulate the technology to be used for a nationwide pedigree system."),
  new sa("http://www.rfidjournal.com/article/articleview/4061","Kimberly-Clark Sees Positive Results With PINC Trailer Tracker System","The CPG maker is using passive EPC Gen 2 RFID tags to identify and locate 900 trailers at one of its manufacturing facilities, saving hours of labor."),
  new sa("http://www.rfidjournal.com/article/articleview/4063","Gen 2 Tags Track Runner, Motorcycle Speeds","Two new systems allow runners and motorcycle racers to track their finish times with passive EPC Gen 2 RFID tags"),
  new sa("http://www.rfidjournal.com/article/articleview/4062","RFID News Roundup","Savi upgrades RFID platform and application software; two inlay companies intro new products for tracking magnetic storage; IDS Microchip unleashes low-cost temperature-sensing chip; Alanco to outfit additional Missouri corrections facilities with RFID; Alliance Tech provides sports events conference with RFID solution; I.D. Systems, Zetes team up on RFID-enabled vehicle management."),
  new sa("http://www.rfidjournal.com/article/articleview/4057","U.K. Auto-ID Center Focuses on Small, Midsize Firms","The facility re-creates a small town to demonstrate how RFID works in real life, and to instill visitors with new ideas about how to profit from the technology."),
  new sa("http://www.rfidjournal.com/article/articleview/4059","In German Courts, RFID Dictates Where Audio Files Are Stored","A number of judicial workstations in North Rhine-Westphalia are using passive HF RFID tags not only to track and locate paper documents and folders, but also to manage dictation files."),
  new sa("http://www.rfidjournal.com/article/articleview/4058","Glass Fabricator Increases Visibility With RFID","AeroScout's Wi-Fi-based active tags and real-time locating system help Viracon locate its glass carriers, as well work-in-progress, at its 1-million-square-foot Minnesota facility."),
  new sa("http://www.rfidjournal.com/article/articleview/4056","Asset Tracking Underway at WakeMed Cary Hospital","The multi-facility operator launches an RFID system at its Cary hospital, with plans to expand to Raleigh and other locations."),
  new sa("http://www.rfidjournal.com/article/articleview/4055","VeriChip Markets Its Implantable RFID Tags and Services Direct to Consumers","The company has launched a three-month advertising campaign for its newly rebranded Health Link system, and hopes to convince 1,000 South Floridians to get injected with rice-grain-sized transponders linked to health records."),
  new sa("http://www.rfidjournal.com/article/articleview/4054","U.K. Construction Company Works to Reduce Risk From Damaging Vibes","Carillion is working with Lancaster University to test an RFID system designed to track employees' exposure to tool-related vibrations and, thus, help prevent injuries.")
);

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