
<!-- Begin Random Testimonial Selector-->

function get_randomtm(maxNum2)
{
    var ranNum= Math.round(Math.random()*(maxNum2-1));
    ranNum+=1;
    return ranNum;

}

// Note- get_randomtm(5) selects first 0 - 4 selections//

function Print_RandomTestimonial()
{
 
  var choose_two= get_randomtm(5);  
  choose_two--;

   var testimonial= new Array() 
   testimonial[0] = " <center>E-mail by Peter Ledlie upon receiving Conundrum #20 June 23, 2005, in Copley, Ohio </center><p> It's here! What a beautiful piece of art, and machining! Even though I knew it was all metal, it still surprised me at how heavy it was. Incredible the way it fits together. I cheated and used the photo you sent me, but even with that, it still took me about 45 minutes to figure it out. I can't imagine how long it would take without a photo to go by. <p>I also appreciate the extreme care you took in packing the puzzle pieces. Thanks for recommending the stand, as it really shows off the puzzle nicely. It's definitely the ultimate desktop sculpture. :-) ";

   testimonial[1] = " <center>E-mail by Peter Meek upon solving Mini-Conundrum #1 September 12, 2006, in Ann Arbor, Michigan </center><p> This is a tremendous puzzle! Very nice balance between difficulty and accessibility. If you can get it into the hands of some experienced puzzlers, they should find it a good workout without being frustrating. I think it would be the puzzle they use to introduce other talented puzzle-solvers to your puzzles. I think anyone who has ever solved anything beyond beginner puzzles could solve this in an evening or two, and experienced solvers in one evening. ";

   testimonial[2] = " <center>If you're looking for art work with a LOT more to it than just something to look at, you should consider acquiring a Maxton Puzzle Sculpture. I put numerous hours of work into these; each piece is hand finished on all sides, the edges are refined by rounding for a good feel and then the parts are precision fit together ( FOR A NO FORCE FIT ). For coloration, I use old world patination (not paint) and each sculpture is unique in its' own color scheme. Furthermore, the weight may be considerable and in keeping with every other aspect - IMPRESSIVE; a serious piece of metal sculpture. Astound your  acquaintances with a show of how adept you are at putting the sculpture together or else just keep it in a prominent location and enjoy the colorful geometric appearance. It's a pleasure either way. Finally, you can rest assured it will remain unique as few people have endeavored to make metal work like this and with the present cost, skill and designing required, few people ever will................ </center> ";

   testimonial[3] = '<center><img src="http://www.maxton.com/gallery/sylaco6.jpg" width="650" height="253"><br><font face="arial,helvetica" size="1">Left to Right: Symmetry I, Conundrum II, The Labyrinth, Symmetry I and The Conundrum</font></center> ';

   testimonial[4] = '<center><img src="http://www.maxton.com/gallery/profiles-790h.jpg" width="515" height="395"><br><font face="arial,helvetica" size="1">Profile View of Maxton Sculptures showing relative sizes (names from left to right): <br>Micro-Conundrum, Mini-Conundrum_V2, Mini-Conundrum, Conundrum, Symmetry I, Labyrinth, Cross and Symmetry II.<br>(Smallest 1 inch to Largest 28 inches tall, 12" scale on right).</font></center> ';






document.write(tablebgcolor_daily[theDate.getDay()+1]); 
document.write('<tr><td><center>');
//document.write('<table border="1" width="650" bordercolor="#000000" bgcolor="#CCCCCC" ALIGN="CENTER"> <tbody> <tr> <td>');
//document.write('<center><font face=arial,helvetica size="3"><b>PARTING SHOTS</b></font></center>');
//document.write('</td></tr></tbody></table>');
document.write('<table border="1" width="650" bordercolor="#000000" bgcolor="#CCCCCC" ALIGN="CENTER"> <tbody> <tr> <td>');
document.write('<font face="comic sans ms" size="2">' + testimonial[choose_two] + '</font>');
document.write('</td> </tr> </tbody> </table>');
document.write('</center></td></tr>');
document.write('</table>');

}

<!--End Random Selector-->
