var teststart="<table width='150' border='0' cellspacing='0' cellpadding='0'><tr><td><img src='images/testi.gif' alt='Menu' width='150' height='30'/></td></tr><tr><td style='padding-left:5px;padding-top:5px;color:#000000;font-size:11px;line-height:14px;'>";
var testend="</tr></table>";

var signup="<table width='150' border='0' cellspacing='0' cellpadding='0'><tr><td><img src='images/joinup4.gif' alt='Join Now' width='150' height='30'/></td></tr><tr><td style='padding-left:10px;padding-top:10px;color:#000000;font-size:11px;line-height:14px;font-weight:500;'><center><b>Join up now to recieve our free catalogues, colour charts and expert advice for your next project.</b></br><form method='post' action='signup.php' class='searchform'><p>Name </br><input type='text' name='name' size='20'/></p><p>E-mail </br><input type='text' name='emailfrom' size='20'/></p><center><button type='submit' name='submit' class='searchbutton'><img src='images/joinup7.gif' alt='Join Up' width='80' height='17' border='0'></button></form></center></br></td></tr></table>";

var guarentee="<table width='150' border='0' cellspacing='0' cellpadding='0'><tr><td><img src='images/guarentee.gif' alt='Our Guarantee' width='150' height='30'/></td></tr><tr><td style='padding-left:10px;padding-top:10px;color:#000000;font-size:11px;line-height:14px;font-weight:500;'><b>We believe that Joinery Effects is the most effective manufacturer of joinery in the Wellington area and we back that up with our guarantee……</b></br></br><center><a href='guarantee.html'>Read more</a></center></br></br></td></tr></table>";

var gallerypic=RandomNum(8);
var gallery="<table width='150' border='0' cellspacing='0' cellpadding='0'><tr><td><img src='images/galleryimages.gif' alt='Gallery Images' width='150' height='30'/></td></tr><td style='padding-top:10px;color:#000000;font-size:11px;line-height:14px;font-weight:500;'><center><a href='javascript:;' onClick=\"popupwin('images/gallery/"+gallerypic+".gif','Loading','690','400','yes');\"'><img src='images/gallery/"+gallerypic+"_gm.gif' alt='Gallery Image' width='140' border='0'/></a></br><a href='javascript:;' onClick=\"popupwin('images/gallery/"+gallerypic+".gif','Loading','690','400','yes');\"'>Enlarge</a></center></br></br></td></tr></table>";
var tab=new Array(4)

tab[0]=guarentee;
tab[1]=teststart+testimony()+testend;
tab[2]=gallery;
tab[3]=signup;

var tab1= RandomNum(4);
var tab2= RandomNum(4);
var tab3= RandomNum(4);

if(tab1==tab2){
    while(tab1==tab2){
        var tab2= RandomNum(4);
    }
}
if(tab1==tab3){
    while(tab1==tab3){
        var tab3= RandomNum(4);
    }
}
if(tab2==tab3){
    while(tab2==tab3){
        var tab3= RandomNum(4);
    }
}
if(tab1!=3 && tab2!=3 && tab3!=3){
  tab3=3;
}
if(tab1==tab3){
var menu=tab[tab1]+tab[tab2];

}
else{
var menu=tab[tab1]+tab[tab2]+tab[tab3];
}
document.write(menu);

function RandomNum(x){
    num = Math.floor(Math.random()*x);
return num;
}


function testimony(){
  var whichQuote= RandomNum(5);

    var quote=new Array(5)
     quote[0]="<span class='testimonyquote'><center>&ldquo;Just as I had envisaged&rdquo;</center></span></br>I am writing to you to say thank you to you and your team for creating and installing my kitchen. It was gratifying to see the end result was just as I had envisaged...</br></br><center><a href='testimonies.html'>Read more</a></center></br>";
     quote[1]="<span class='testimonyquote'><center>&ldquo;Prompt Service&rdquo;</center></span></br>Just a wee note to thank you for the prompt service with the measuring, making and fitting of the pantry cupboard....</br></br><center><a href='testimonies.html'>Read more</a></center></br>";
     quote[2]="<span class='testimonyquote'><center>&ldquo;Superb Job&rdquo;</center></span></br>The quality of workmanship on the bench, cupboards and shelves is excellent and the installation was on schedule with minimal disturbance to us...</br></br><center><a href='testimonies.html'>Read more</a></center></br>";
     quote[3]="<span class='testimonyquote'><center>&ldquo;Very Impressed&rdquo;</center></span></br>I was very impressed both with the service and workmanship provided by Joinery effects</br></br><center><a href='testimonies.html'>Read more</a></center></br>";
     quote[4]="<span class='testimonyquote'><center>&ldquo;Our kitchen looks a million dollars&rdquo;</center></span></br>We are very happy with the new kitchen you helped us design for our home. We are so pleased with the end result I thought I would express it in writing...</br></br><center><a href='testimonies.html'>Read more</a></center></br>";

    return quote[whichQuote];

}
