var tovarlnks = Array();
var tovarname = Array();

   tovarlnks[24]="../Reviews/8GCivicFirstDrive/index.html";
   tovarname[24]="First Drive Impressions : New 8G Civic";

   tovarlnks[23]="../Reviews/8GCivicLaunch/index.html";
   tovarname[23]="The 8th Gen Civic Arrives in Asia";

   tovarlnks[22]="../Reviews/Civic20a/index.html";
   tovarname[22]="Asian Civic 2.0 i-VTEC Sedan Photos";

   tovarlnks[21]=".../Reviews/05CityFirstDrive/index.html";
   tovarname[21]="Honda City MMC Early Test-Drive Impressions";

   tovarlnks[20]="../Reviews/05CityMMC/index.html";
   tovarname[20]="2006 Honda City Minor Model Change";

   <!--- Jazz Series Articles -->
   tovarlnks[19]="../Reviews/JazzVtec/index.html";
   tovarname[19]="Full Review of the Jazz 1.5 VTEC.";
    
   tovarlnks[18]="../Series/FitJazz/lseriesphoto/index.html";
   tovarname[18]="Hi-res photos of the L-series engine";
    
   tovarlnks[17]="../Series/FitJazz/lseries/index.html";
   tovarname[17]="L-series technologies and design objectives";

   tovarlnks[16]="../Series/FitJazz/Intro/index.html";
   tovarname[16]="Jazz design concepts and objectives.";

   <!--- Pre-MMC City VTEC Review --->
   tovarlnks[15]="../Reviews/VTECCityPrev/index.html";
   tovarname[15]="Reviews the pre-MMC Honda City 1.5l VTEC";
     
   <!--- Honda Odyssey Quick-Look --->
   tovarlnks[14]="../Reviews/OdysseyQL/index.html";
   tovarname[14]="TOVA's full Review of the new Honda Odyssey";
      
   <!--- Honda Odyssey and Stream --->
   tovarlnks[13]="../article/2004Odyssey/index.html";
   tovarname[13]="New Honda Odyssey and MMC Honda Stream";

   <!--- Civic 2.0 Preview --->
   tovarlnks[12]="../Reviews/20CivicRev/index.html";
   tovarname[12]="Full Review of the K20A Civic !";

   <!--- Accord 2.4 Performance Check  --->
   tovarlnks[11]="../Reviews/24AccordPerf/index.html";
   tovarname[11]="My final 'benchmark reference' test, on the 2.4l Accord.";
  
   <!--- Civic 2.0 Preview --->
   tovarlnks[10]="../Reviews/20CivicPrev/index.html";
   tovarname[10]="TOVA Previews the K20A Civic !";
   
   <!--- Civic 2.0 Launch --->
   tovarlnks[9]="./article/2004Civic/index.html";
   tovarname[9]="The Civic is Back !";
      
   <!--- Civic 1.7 Performance Check --->
   tovarlnks[8]="../Reviews/17CivicPerf/index.html";
   tovarname[8]="Performance Checking the 1.7 Civic Auto";

   <!--- Jazz Upgrade  --->
   tovarlnks[7]="../article/NewJazz1/index.html";
   tovarname[7]="The Jazz gets Upgraded for Malaysia";
     
   <!--- City Performance Check --->
   tovarlnks[6]="../Reviews/CityPerf/index.html";
   tovarname[6]="Performance Checking the new Honda City";
     
   <!--- New Honda Accord Review --->
   tovarlnks[5]="../article/2003Accord2/index.html";
   tovarname[5]="TOVA reviews the new Honda Accord";

   <!--- Accord Upgrade --->
   tovarlnks[4]="../article/2003Accord/index.html";
   tovarname[4]="It's finally Malaysia's turn to upgrade the Accord.";

   <!--- Civic Mid Term Update --->
   tovarlnks[3]="../article/2003Civic/index.html";
   tovarname[3]="The traditional mid-life revision for the ES-Civic.";

   <!--- Jazz 1.4 --->
   tovarlnks[2]="../article/Jazz/index.html";
   tovarname[2]="My review of the Honda Jazz 1.4";

   <!--- New City --->
   tovarlnks[1]="../article/2003City/index.html";
   tovarname[1]="Honda Malaysia launches the new Honda City";
   
   <!--- Jazz for Malaysia --->
   tovarlnks[0]="../article/FiT/index.html";
   tovarname[0]="The mighty Fit/Jazz makes it to Malaysia";

p=tovarlnks.length;
i=0;
if (n > p)
{
    n = p;
}
for (i=0; i<n; i++) 
{
p=p-1
document.write("<a href='../" +tovarlnks[p]+ "'>" +tovarname[p]+ "</a><br>")
} 
