﻿var arrStories = new Array(), idx = -1, cnt = 0, cntSections = 0;

// headline, month, year, url[, synopsis][, imgFilename]...
// September, 2010
++cntSections;
arrStories[++idx] = ["TDS Rules Change on 6th April 2011", 3, 2011, "tdschanges.aspx", "On the 6th April 2011 the TDS changed their rules, requiring TDS clients to make changes to both the TDS ASTs as well as TDS Prescribed Notes. ", "tds_s.jpg"];
arrStories[++idx] = ["Lettings Advice Service", 0, 2011, "las.aspx", "The Letting Advice Service works in partnership with C.A.R.L. to provide various total lettings support, courses and legal documentation...", "las_s.png"];
//tenant_trace.aspx
arrStories[++idx] = ["Tenant Trace", 0, 2011, "javascript:alert('More information will be available shortly');", "Tenants left owing money? Having trouble locating them? CARL&rsquo;s new <em>Tenant Trace</em> service is there to help.", "tt_s.png"];
++cntSections;
arrStories[++idx] = ["Pro-active Property Management", 8, 2010, "press_releases_proactive.aspx", "Save time, avoid conflicts, run your business efficiently and cost-effectively..."];
arrStories[++idx] = ["Business Acquisition", 8, 2010, "press_releases_sept_busacq.aspx", "C.A.R.L. is looking for businesses which are available for sale, where owners are looking to retire..."];
arrStories[++idx] = ["First of the Month - Pros and Cons", 8, 2010, "press_releases_sept_fotm.aspx", "How do you approach the collection of monthly rents...?"];
arrStories[++idx] = ["C.A.R.L. Software", 8, 2010, "press_releases_sept_software.aspx", "C.A.R.L. can cope with your business no matter how large or small..."];
// August, 2010
++cntSections;
arrStories[++idx] = ["Letting Advice Service", 7, 2010, "press_releases_august_las.aspx", "C.A.R.L&#8217;s Lettings Advice Service will guide you in all aspects of the lettings industry..."];
arrStories[++idx] = ["Lettings - An Essential Guide", 7, 2010, "press_releases_august_laeg.aspx"];
arrStories[++idx] = ["New Regulation: A Need for Enforcement", 7, 2010, "press_releases_august_newreg.aspx"];
arrStories[++idx] = ["Changing Times", 7, 2010, "press_releases_august_times.aspx"];
// July, 2010
++cntSections;
arrStories[++idx] = ["C.A.R.L. Releases New Scottish Documentation", 6, 2010, "press_releases_july_scotdoc.aspx"];
arrStories[++idx] = ["Choosing Landlords", 6, 2010, "press_releases_july_choosinglandlords.aspx"];
arrStories[++idx] = ["Marketing Property", 6, 2010, "press_releases_july_marketing.aspx"];
//June, 2010
++cntSections;
arrStories[++idx] = ["C.A.R.L. Market Comment - Questionable Decisions", 5, 2010, "press_releases_june_marketcomment1.aspx"];
arrStories[++idx] = ["C.A.R.L. Market Comment - RICS Revival Report", 5, 2010, "press_releases_june_marketcomment2.aspx"];
arrStories[++idx] = ["Data Ownership", 5, 2010, "press_releases_june_dataownership.aspx"];
arrStories[++idx] = ["Lettings - A New Venture", 5, 2010, "press_releases_june_newventure.aspx"];
arrStories[++idx] = ["Q.A.S.", 5, 2010, "press_releases_june_qas.aspx"];
// May, 2010
++cntSections;
arrStories[++idx] = ["C.A.R.L Launches C.A.R.L. 5", 4, 2010, "press_releases_may_carl5.aspx"];
arrStories[++idx] = ["Cost Versus Cutting", 4, 2010, "press_releases_may_costvcut.aspx"];
// April, 2010
++cntSections;
arrStories[++idx] = ["C.A.R.L Staff to raise money for Cancer Research", 3, 2010, "press_releases_april_crsw.aspx"];
arrStories[++idx] = ["C.A.R.L.? What does it do?", 3, 2010, "press_releases_april_wdid.aspx"];
arrStories[++idx] = ["Web Design", 3, 2010, "press_releases_april_wd.aspx"];
arrStories[++idx] = ["Free-of-Charge Client Visit Supporting Businesses", 3, 2010, "press_releases_april_visits.aspx"];
// March, 2010
++cntSections;
arrStories[++idx] = ["Common Mistakes in Lettings", 2, 2010, "press_releases_mar_commonmistakes.aspx"];
arrStories[++idx] = ["People Not Property", 2, 2010, "press_releases_mar_peoplenotproperty.aspx"];
arrStories[++idx] = ["C.A.R.L. Provides Advanced Account Training", 2, 2010, "press_releases_mar_advancedaccounts.aspx"];
// February, 2010
++cntSections;
arrStories[++idx] = ["C.A.R.L. and PIP Lettings", 1, 2010, "press_releases_feb_pip.aspx"];
arrStories[++idx] = ["C.A.R.L. and Real Estates", 1, 2010, "press_releases_feb_real.aspx"];
arrStories[++idx] = ["C.A.R.L. and 1Let", 1, 2010, "press_releases_feb_onelet.aspx"];
// January, 2010
++cntSections;
arrStories[++idx] = ["C.A.R.L. and Littlejohns", 0, 2010, "press_releases_jan_littlejohns.aspx"];
arrStories[++idx] = ["How the Right Software Can Make all the Difference", 0, 2010, "press_releases_jan_difference.aspx"];
arrStories[++idx] = ["The Complete Guide to Compliance for Landlords and Lettings Agents", 0, 2010, "press_releases_jan_cgtcflala.aspx"];

cnt = idx;
