var tovahlnks = Array();
var tovahname = Array();

   <!--- Dyno Fever --->
   tovahlnks[11]="../Reviews/EibachBBS/index.html";
   tovahname[11]="TOVA attends an Eibach-BBS Seminar";

   tovahlnks[10]="../hardcore/Civic18S/index.html";
   tovahname[10]="Dyno Check : Asian Civic 1.8s i-VTEC";

   tovahlnks[9]="../hardcore/JazzPoweriDSI/index.html";
   tovahname[9]="Dyno Check : Jazz 1.4 & 1.5 i-DSI";

   tovahlnks[8]="../hardcore/JazzPower1/index.html";
   tovahname[8]="Dyno Check : Jazz VTEC";

   <!--- New Civic Poll --->
   tovahlnks[7]="../polls/2005civic/index.html";
   tovahname[7]="Results of the recent VTEC.NET 'New Civic Poll'";

   <!--- MME Civic Anatomy --->
   tovahlnks[6]="../article/MME2004ET1/index.html";
   tovahname[6]="Anatomy of the 2004 MME Civic Champion";

   <!--- Mugen City Photoshoot --->
   tovahlnks[5]="../beystock/honda/SportsConcept/HMCity/index.html";
   tovahname[5]="Exclusive photo-Shoot of Honda-Mugen City";
     
   <!--- Honda Malaysia Sports Concept ---> 
   tovahlnks[4]="../beystock/honda/SportsConcept/CityAccordIntro/index.html";
   tovahname[4]="Honda Malaysia presents 2 'Sports Concept' cars";

   <!--- Spoon CL7 Race --->
   tovahlnks[3]="../article/Spoon2/index.html";
   tovahname[3]="Spoon's CL7 challenge in 25hours of Thunderhill";

   <!--- Spoon Endurance Racing CL7 ---> 
   tovahlnks[2]="../article/Spoon2/index.html";
   tovahname[2]="SCOOP !? Exclusive Photoshoot of Spoon's Endurance Racing CL7.";
  
   <!--- Kunitmistu DC5 Integra Type-R ---> 
   tovahlnks[1]="../article/MME2003DC5/index.html";
   tovahname[1]="Exclusive photoshoot of the MME Kunimitsu DC5R";
   
   <!--- MME DC5 Launch Ceremony --->   
   tovahlnks[0]="../article/MME2003/index.html";
   tovahname[0]="Honda Malaysia enters 3 DC5Rs for the MME";
     
p=tovahlnks.length;
i=0;
if (n > p)
{
    n = p;
}
for (i=0; i<n; i++) 
{
p=p-1
document.write("<a href='../" +tovahlnks[p]+ "'>" +tovahname[p]+ "</a><br>")
} 
