var tovaflnks = Array();
var tovafname = Array();

   tovaflnks[4]="featurecar/HondaFitSC/index.html";
   tovafname[4]="Honda Racing Fit Concept"; 
   
   tovaflnks[3]="featurecar/SpoonRFit/index.html";
   tovafname[3]="The Most Famous Fit in the World - Spoon Racing Fit";  
      
   tovaflnks[2]="featurecar/8GModulo/index.html";
   tovafname[2]="8G Civic Modulo"; 
   
   tovaflnks[1]="featurecar/EF9/index.html";
   tovafname[1]="EF9 Civic SiR - The Greatest Civic in History";  
   
   tovaflnks[0]="featurecar/AccordTypeS/index.html";
   tovafname[0]="JDM Accord Type-S";  

p=tovaflnks.length;
i=0;
if (n > p)
{
    n = p;
}
for (i=0; i<n; i++) 
{
p=p-1
document.write("<a href='../" +tovaflnks[p]+ "'>" +tovafname[p]+ "</a><br>")
} 
