New Skin: Gibson & Lavender
This skin was a lot of work, but I think it came out very nicely. The front page randomly displays one of ten possible Charles Dana Gibson drawings. They range from the romantic to the humorous. The random image display is done with PHP code. I used the method found here and modified it slightly. Here's the code I used, if you're interested:
<?php
$random_number = rand(1,10);
echo '<img src="/nav/images/16-gibson'.$random_number.'.jpg">'
?>
This skin is available in the drop down menu and will be added to the gallery shortly. Enjoy!

It's not displaying anything for me. I like his work. Actually, none of your image links are displaying, now that I look around. Please ignore me if you're working on your site. (I'm one of those people that tells you when you have spinach in your teeth too...)