<!---------------------------------------------------------------------Current Issue Home Page Chunk---------------------------------------------------------------->
var p = 10;
var cnt = 0;
var s=0;
var t=0;
var h;
var arrlength = new Array();
arrlength[0] = 'images/march15-1.jpg';
arrlength[1] = 'images/march15-2.jpg';
arrlength[2] = 'images/march15-3.jpg';
arrlength[3] = 'images/march15-4.jpg';
arrlength[4] = 'images/march15-5.jpg';

arrlength[5] = 'images/march15-6.jpg';
arrlength[6] = 'images/march15-7.jpg';
arrlength[7] = 'images/march15-8.jpg';
arrlength[8] = 'images/march15-9.jpg';
arrlength[9] = 'images/march15-10.jpg';



var arrtext = new Array();
arrtext[0] = "Renault is gearing up for an aggressive innings this time. Can the Fluence lead this French onslaught? Here's a preview.";
arrtext[1] = "The greek word Koleos means sheath. Renault's Koleos will spearhead its attack on the burgeoning Indian SUV market. AUTO BILD INDIA gets the complete lowdown on this French SUV.";
arrtext[2] = "As far as Indian SUV buyers go, the bigger the hulk the better it is. With the GL-class Mercedes-Benz now has the perfect vehicle to cater to them.";
arrtext[3] = "AUTO BILD INDIA presents the lowdown on the new Mitsubishi Outlander GT.";
arrtext[4] = "Slender, and beautiful, the new Touareg has a fresher design, bigger interiors and newer technology. There's a hybrid too...";

arrtext[5] = "The X1 is small, but can make a heavy dent on the Indian SUV market. We take a look...";
arrtext[6] = "Earlier hatchbacks were for those who couldn't afford to pay for the car's boot but needed transportation. Today, cars like the newly launched Beat are smart, trendy and even lifestyle statements. We check the Beat out against the competition.";
arrtext[7] = "It looks funky, it is compact, it has the potential to tackle a variety of terrain and there is a possibility it will be made in India.";
arrtext[8] = "One's a tourer, the other, track focused. One's relaxed, the other, demanding. One's old school, the other, modern. These are the best non-CBU bikes an enthusiast can have.";
arrtext[9] = "AUTO BILD INDIA scoured the markets to find new sat-navs for your road trips this year. Surprisingly enough, we also found two from last year as well that are still good.";

var headtext = new Array();
headtext[0] = "In-Fluence";
headtext[1] = "Sheathed attack";
headtext[2] = "The formidable GL-class comes to India";
headtext[3] = "Evolved Outlander";
headtext[4] = "Touareg gets better";

headtext[5] = "The smallest X arrives";
headtext[6] = "Hatching trendier choices";
headtext[7] = "Nissan's little crossover";
headtext[8] = "Tour master versus track tiger";
headtext[9] = "Mapping your Drive";



var numbertext = new Array();
numbertext[0] =  "1 of 10";
numbertext[1] =  "2 of 10";
numbertext[2] = "3 of 10";
numbertext[3] = "4 of 10";
numbertext[4] = "5 of 10";
numbertext[5] =  "6 of 10";
numbertext[6] =  "7 of 10";

numbertext[7] = "8 of 10";
numbertext[8] = "9 of 10";
numbertext[9] = "10 of 10";






var q = p*3;

function vshow(c)
{
if(c=='n')
  
 {
	 s=s%p;
 cnt=cnt+1;
 s=cnt;
 t=cnt*3;
s=s%p;
for(cnt=s; cnt<=s && cnt<p; cnt++)
 {
  document.getElementById("head1").innerHTML=headtext[cnt%p];
 document.getElementById("text1").innerHTML=arrtext[cnt%p];
  document.getElementById("numbertext").innerHTML=numbertext[cnt%p];
 document.i1.src=arrlength[cnt%p];
 t=t+3;
 t=t%q;
break;
}
 } 
  
 else 
{
s=s%p;
s=cnt-1;
if(s<0)
{
	if(s == -2)
		s=p-2;
	else
		s=p-1;
}
s=s%p;
 
   t=t-1;
   if(t<0)
   {t=q-1}
   t=t%q;
   
  for(cnt=s; cnt>=s && cnt<p; cnt--)
  {
     document.i1.src=arrlength[(cnt+p)%p];
   document.getElementById("head1").innerHTML=headtext[(cnt+p)%p];
 document.getElementById("text1").innerHTML=arrtext[(cnt+p)%p];
  document.getElementById("numbertext").innerHTML=numbertext[(cnt+p)%p];
  t=t-2;
  break;
 }
}
}
