var tovaslnks = Array();
var tovasname = Array();

   <!--- MG-ZT --->
   tovaslnks[3]="../side/MG-ZT/index.html";
   tovasname[3]="The sports version of the Rover 75";
      
   <!--- Rover 75 --->
   tovaslnks[2]="../side/Rover75/index.html";
   tovasname[2]="TOVA checks out the Rover 75 luxury sedans";

   <!--- Nissan Pulsar --->
   tovaslnks[1]="../side/ek9vzr/index.html";
   tovasname[1]="EK9 Civic Type-R vs Nissan Pulsar VZ-R";

   <!--- Mitsu Cyborg --->
   tovaslnks[0]="../side/cyborg/index.html";
   tovasname[0]="Mitsubishi's DOHC MIVEC vs Honda's DOHC VTEC !";
     
p=tovaslnks.length;
i=0;
if (n > p)
{
    n = p;
}
for (i=0; i<n; i++) 
{
p=p-1
document.write("<a href='" +tovaslnks[p]+ "'>" +tovasname[p]+ "</a><br>")
} 
