                              var imagenumber = 15 ;
                              var randomnumber = Math.random() ;
                              var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
                              images = new Array
                              images[1] = "images/shirts/random/menstop.jpg"
                              images[2] = "images/shirts/random/skaterslife.jpg"
                              images[3] = "images/shirts/random/skaterzone.jpg"
                              images[4] = "images/shirts/random/girlsrule.jpg"
                              images[5] = "images/shirts/random/hazze.jpg"
                              images[6] = "images/shirts/random/hazzefem.jpg"
                              images[7] = "images/shirts/random/justmarried.jpg"
                              images[8] = "images/shirts/random/seacabolajoda.jpg"
                              images[9] = "images/shirts/random/surferslife.jpg"
                              images[10] = "images/shirts/random/surferslifefemenino.jpg"
                              images[11] = "images/shirts/random/triplets.jpg"
                              images[12] = "images/shirts/random/tsunami.jpg"
                              images[13] = "images/shirts/random/wakawaka.jpg"
                              images[14] = "images/shirts/random/wakawakafemenino.jpg"
                              images[15] = "images/shirts/random/youruglytruth.jpg"
                             var image = images[rand1]


                              links = new Array
                              links[1] = "shirts/menstop.html"
                              links[2] = "shirts/skaterslife.html"
                              links[3] = "shirts/skaterszone.html"
                              links[4] = "shirts/girlsrule.html"
                              links[5] = "shirts/hazze.html"
                              links[6] = "shirts/hazzefem.html"
                              links[7] = "shirts/justmarried.html"
                              links[8] = "shirts/seacabolajoda.html"
                              links[9] = "shirts/surferslife.html"
                              links[10] = "shirts/surferslifefem.html"
                              links[11] = "shirts/triplets.html"
                              links[12] = "shirts/tsunami.html"
                              links[13] = "shirts/wakawaka.html"
                              links[14] = "shirts/wakawakafem.html"
                              links[15] = "shirts/youruglytruth.html"
                             var link = links[rand1]

                              var Quotation=new Array 


                              Quotation[1] = "Women Stop";
                              Quotation[2] = "Skaters Life";
                              Quotation[3] = "Skater Zone";
                              Quotation[4] = "Girls Rule";
                              Quotation[5] = "Hazze";
                              Quotation[6] = "Hazze";
                              Quotation[7] = "Just Married";
                              Quotation[8] = "Se acabo la Joda";
                              Quotation[9] = "Surfer's Life";
                              Quotation[10] = "Surfer's Life";
                              Quotation[11] = "Triplets";
                              Quotation[12] = "Tsunami";
                              Quotation[13] = "Waka Waka for guys";
                              Quotation[14] = "Waka Waka for girls";
                              Quotation[15] = "Your Ugly Truth";
                            var Quotation = Quotation[rand1]

                              var whichQuotation=Math.round(Math.random()*(Q-1));
                              function showQuotation(){document.write(Quotation);}
                              showQuotation();



                              document.write('<A HREF="' + link + '"><IMG SRC="' + image + '" border="0"><\/a>')

