function design(pagnam)



{

today=new Date();



jran=today.getTime();



var number = 12;



var random_number="";



var image="";

var text_color="";



var ret;



ia=9301;



ic=49297;



im=233280;



jran = (jran*ia+ic) % im;



random_number = Math.ceil( (jran/(im*1.0)) *number);



// Loads the appropriate image and text color based on random number.



if (random_number==1) {







test="It was a pleasure working with Contus. The .PSD to XHTML work was carried out professionally and precisely. Hopefully I'll be able to put more work your way." ;

name="James Cohen - U.K.";
description='';



}



if (random_number==2) {







test="Contus was great at getting us top position in what we asked for, a true professional at what they does, delivered everything according to our expectations. We will contract them on to do our other SEO related projects.";



name="Tonsta,";
description="The DUALSIM Phone Company, Australia. ";


}



if (random_number==3) {









test="Very impressed with Contus's professionalism, communication, speed of work. 100% satisified with this project and look forward to working with Contus again. ";



name="Sam Sherwin,";
description="MD - Sherwin Business Systems Ltd.";





}



if (random_number==4) {







test="With only short notice, this provider excelled and delivered. Very easy to communicate with Thank you!";



name="Solution for Property, U.K.";
description='';



}



if (random_number==5) {





test="Great work! Contus and his team stood by their time commitments and did a great job in a short period of time. I am now considering using them again, for a significantly bigger project. ";

name="Akshita Murthy,";
description="Siderian Ventures, U.S";


}



if (random_number==6) {








test="This is the 2nd project we've used Contus on and again we've been very impressed with their professionalism, timescale, communication, attention to detail. We are happy to highly recommend Contus and we intend to use them again.";



name="Sam Sherwin MD";
description="Sherwin Business Systems Ltd., U.K.";


}







if (random_number==7) {









test="CSupport team is a dream come true. They have gone above and beyond, meeting my requests for countless revisions, without complaining or going back on original agreements, as many web designers often do. Even though I hired them primarily for programming and coding, they have brought fantastic design elements to the project as well. I am thrilled with their work thus far, and plan on working with CSupport many times in the future!.";



name="Nick, C.E.O.";
description="Slickforce Studio, Hollywood.";


}



if (random_number==8) {







test="Contus and team are the best that provider has to offer. Their designs, expertise, communication, adherence to schedules, and prices are unmatched by any other provider on this site. When I was dissatisfied with something created for me, Ram started from scratch without charging me extra. When Ram went on vacation, he made sure that the timeline of my projects weren't effected. Contus will be my first and only choice for every future web project I will have.";



name="Chaim,";
description="Consultant-Newyork";


}





if (random_number==9) {







test="These guys do spectacular work for an absolutely unbelievable price. They are the most efficient hard-working people i have ever had the pleasure to do business with. Although their sense of style and design are to be applauded, their responsiveness is second to none. The way they understood what i was saying and managed to put it into 2d, is a mark of a truly phenomenal web-designer. I hope to work with all the guys at Platoon/CSupport for many years to come and suggest you do the same.";



name="Oli Greenspan,";

description="MD - Install Express Ltd, U.K.";

}



























if(pagnam=="fashion-gallery.php" || pagnam=="glamour-gallery.php" || pagnam=="glamour-gallery1.php" || pagnam=="portrait-gallery.php" || pagnam=="index.php" || pagnam=="index1.php")







{



line1="<div class='imagepagepos'><div class='sidecentercont' style='font-size:17px;color:#0e7fc7;'> Testimonial</div><div class='sidecentercont fullnewspos'><div class='testibggallery'>";



line2="<div class='testitextpos'><p><a href='testimonial.php' style='text-decoration:none;color:#666666;'>"+test+"</a></p><div class='quote clear'><p  style='color:#009fd0; padding-top:3px;font-size:13px; font-weight:bold;margin:0'>"+name+"</p><p  style='color:#009fd0; padding-top:3px;font-size:13px; font-weight:bold;margin:0;'>"+description+"</p></div></div></div>";



line3="";



line4="</div></div>";



ret=line1+line2+line3+line4;



}















else



{





line1="<div class='sidecentercont1' style='padding-top:0px;'><img src='images/testimonials.jpg'/></div><div class='sidecentercont2' style='font-size:18px;color:#F48221;padding:08px 0 0px 10px;font-weight:bold;'> Testimonial</div><div class='sidecentercont ' style='font-size:18px;color:#F48221;padding:10px 0 0px 0px;font-weight:bold;'> </div><div class='sidecentercont fullnewspos'><div class='testibg'>";



line2="<div class='testitextpos' ><p><a href='testimonial.php' style='line-height:19px;color:#3c5768;text-decoration:none;'>"+test+"</a></p><div class='quote clear'><p  style='color:#009fd0;padding-top:5px;  font-size:11px; font-weight:bold;'>"+name+"</p><p  style='color:#009fd0;padding-top:5px;  font-size:11px; font-weight:bold;'>"+description+"</p></div></div></div>";





line3="<div  class='clsFloatRight customerpad'><a href='testimonial.php'>";



line4="</a> </div></div>";



ret=line1+line2+line3+line4;



                 }











document.getElementById('customer').innerHTML=ret;







}
