
//alert('damascuschamber.com/smartbiznews.cfm');
var global_article = new Array();
var global_article_counter = 0;
var article = null;
var early_exit = 1;
var moreover_text = 0;

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.smartbiz.com/article/articleview/2289","In Search of Small Business Week",""),
  new sa("http://www.smartbiz.com/article/articleview/2288","Kerry: Strengthen Small Business Innovation Program",""),
  new sa("http://www.smartbiz.com/article/articleview/2287","You Know How To Start a Small Biz, But Do You Know How To Get Out?","Small business owners love to start businesses, but do they know when to get out? Having a solid exit strategy with multiple options to cash out or move on will ensure you make the most of your smart biz."),
  new sa("http://www.smartbiz.com/article/articleview/2286","SmartIdea: Cubicle Farms Going the Way of the Sweat Shop?","Sure, it may be cheap to install a handful of cubicles and, voila, you've got a small office. But is sticking your employees in a ten-by-ten box really the best way to get the most out of them?"),
  new sa("http://www.smartbiz.com/article/articleview/2284","Small Biz Needs To Get Safe Online",""),
  new sa("http://www.smartbiz.com/article/articleview/2283","Small Biz Needs To Get Safe Online",""),
  new sa("http://www.smartbiz.com/article/articleview/2282","MasterCard Unveils New Business Card",""),
  new sa("http://www.smartbiz.com/article/articleview/2280","MasterCard Unveils New Business Card",""),
  new sa("http://www.smartbiz.com/article/articleview/2279","AT&T Improves Small Biz Data Backup",""),
  new sa("http://www.smartbiz.com/article/articleview/2278","How To Be A Serial Entrepreneur",""),
  new sa("http://www.smartbiz.com/article/articleview/2277","The Perfect Small Business Cell Phone Series Part 4: HTC Touch","The Apple iPhone has brought touch-screens to the mainstream, but it's $500 price tag scares off many small businesses. The new HTC Touch, offered by Sprint, offers a low-cost, highly-featured alternative."),
  new sa("http://www.smartbiz.com/article/articleview/2276","Survey Says: Small Biz Experience Mixed on Internet Advertising","A new survey says that small businesses believe in the power of Internet advertising and e-commerce, but worry that lack of budget, time and experience is holding them back from taking full advantage of the medium."),
  new sa("http://www.smartbiz.com/article/articleview/2275","Is 'Free' a Small Biz Business Model?","As several bold new experiments prove, the Internet has a tendency to drive costs down -- sometimes all the way to free. Tips and tricks to help your small business survive -- or even thrive -- in this environment."),
  new sa("http://www.smartbiz.com/article/articleview/2274","Internet Tax Ban Extended -- But Still At Risk","It's an election season and every politician's ready to promise tax cuts. This week, a key congressional panel agreed to extend the ban on Internet taxes -- a key driver of e-commerce and online business -- for another for years; but not before rejecting longer periods, including a proposed permanent ban."),
  new sa("http://www.smartbiz.com/article/articleview/2273","Two New Social Networks For Small Businesses","It was bound to happen -- social networks for small business users. Two new social Nets -- from Inc. and Bank of America -- aim to bring small business CEOs and owners together to share their experiences."),
  new sa("http://www.smartbiz.com/article/articleview/2272","Tim Ferris and The Four Hour Work Week -- Live on Video","Tim Ferris made a splash with his \"Four-Hour Work Week\" best-seller, which had tons of lessons to help smart biz's do more with less -- even if you never slash your week down to minutes per day. For a quick primer, view this video for the best of Ferris."),
  new sa("http://www.smartbiz.com/article/articleview/2271","Google Money-Printing Machine Turns Focus to Videos","A whole micro-economy has sprung up around Google AdSense and AdWords text ads -- greatly benefiting small businesses. Now Google is targeting its ad engine at YouTube videos."),
  new sa("http://www.smartbiz.com/article/articleview/1945","Financial Statement University","In this second of 9 clips from the full episode called, Leadership, learn that strong owners see themselves on the bottom of the organization chart, not the top."),
  new sa("http://www.smartbiz.com/article/articleview/2270","SmartTools: The Very Best Online Calendar","If you're ready to ditch your DayTimer or Microsoft Outlook, there are scores of Web-based calendars that are ready help you manage your all-important to-do list."),
  new sa("http://www.smartbiz.com/article/articleview/2269","Entrepreneur Aims to Overthrow TV, Not Get Rich","")
);

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