<!--
var count=8;
var box_top = '<table border="0" cellpadding="0" cellspacing="0" width="300"><tr><td align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="326"><tr><td align="left" valign="top" background="graphics/box_ul.gif" width="13" height="24"><font class="description">&nbsp;</font></td><td align="center" valign="top" background="graphics/box_u.gif" height="24"><img src="graphics/fromgallery_en.gif"></td><td align="left" valign="top" background="graphics/box_ur.gif" width="13" height="24"><font class="description">&nbsp;</font></td></tr><tr><td align="left" valign="top" background="graphics/box_l.gif" width="13"><font class="description">&nbsp;</font></td><td align="left" valign="top" bgcolor="#504646">';
var picture = '';
var box_bottom = '<td align="left" valign="top" background="graphics/box_r.gif" width="13"><font class="description">&nbsp;</font></td></tr><tr><td align="left" valign="top" background="graphics/box_dl.gif" width="13" height="13"><font class="description">&nbsp;</font></td><td align="left" valign="top" background="graphics/box_d.gif" height="13"><font class="description">&nbsp;</font></td><td align="left" valign="top" background="graphics/box_dr.gif" width="13" height="13"><font class="description">&nbsp;</font></td></tr></table><font class="description"><div align="justify">';
var desc ='';
var end = '</div></font></td></tr></table>';

var r = Math.ceil(Math.random() * count);

if (r == 1){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'angry_man.html\')"><img src="graphics/angry_man_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Angry man</center><br>This is one of my first attempts at making a funny yet semi realistic portrait. I used a reference I found of the Internet; I think the person is some sort of professor or scientist, I can\'t remember.<br><br>Anyway, I think it turned out pretty good... some two-three hours work. One comment I\'ve got on it:<br><br><i>"Ugly in all the right ways!"</i>';
}
if (r == 2){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'sharon_tate.html\')"><img src="graphics/sharon_tate_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Sharon Tate</center><br>I worked on this picture on and off for about two weeks. Too bad she didn\'t have the time to make more movies, she was great in "Fearless Vampire Killers".';
}
if (r == 3){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'crichton.html\')"><img src="graphics/crichton_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Save Farscape - Fetch the comfy chair</center><br>My first picture with a Save Farscape theme. Crichton to the left and Scorpy drooling over his sholder to the right.';
}
if (r == 4){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'santa.html\')"><img src="graphics/santa_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Santa in a hurry</center><br>I got the idea for this picture when I was out walking. I saw this old guy with a knitted Adidas cap - I thought it looked funny and decided to paint him from memory later at home :)<br><br>He\'s got that funny expression on his face because he sees Santa fly off in a hurry above him.';
}
if (r == 5){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'greengrl.html\')"><img src="graphics/greengrl_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Green Girl</center><br>This is a portrait of a girl I found over at deviantart. The photo was gorgeous and I had nothing better to do...<br><br>The hair was quite a mission to paint, wouldn\'t have made it without my slave-monkeys. ;)';
}
if (r == 6){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'harvey.html\')"><img src="graphics/harvey_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Save Farscape - Who is harvey?</center><br>This is one picture out of a series with the Save Farscape theme. I think it turned out the best... Scorpy looks perplex.';
}
if (r == 7){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'mountain3.html\')"><img src="graphics/mountain3_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Mountain 3</center><br>The last picture I\'ve painted using a mouse (a few years ago). Kind words I\'ve received:<br><br><i>"I can really feel the cold atmosphere, the sky and the trees are awesome, almost perfect." - vautour<br><br>"I wanna go there!!" - sugarkoma</i>';
}
if (r == 8){
	var picture = '<a href="#pic" name="pic" onclick="OpenWindow(\'bob_dylan.html\')"><img src="graphics/bob_dylan_s.jpg" align="middle" border="0"></a></td>';
	var desc ='<center><img src="graphics/dot.gif" align="middle">Bob Dylan</center><br><i>You don\'t need a weatherman to know which way the wind blows.</i><p align="right">From Subterranean Homesick Blues</p>Bob Dylan is awesome... all anyone needs to know :)';
}
document.write(box_top + picture + box_bottom + desc + end);
//-->