<!-- 
// [Change]
// Popular
if (parseInt(navigator.appVersion) < 4) {
var ra2quote = "Never say it can not be done."
}else{
var upperbound = 3
var lowerbound = 1
pick = Math.round((upperbound - lowerbound + 1) * Math.random())
ra2quotes = new Array
ra2quotes[0]="<table border=0 width=100%><tr><td valign=top><FONT STYLE='font-family:tahoma;font-size:10;color:#000000'><B>Mourning Angel:</B><BR>Expresses solitary emotion while resting upon a cloud - using a propped-up portion of the cloud she lays on as her pillow...</td><TD VALIGN='top' width='112' align='right'><A HREF='piy-ma.htm' TARGET='MainFrame'><IMG SRC='slide2.gif' BORDER='0'></A></td></tr></table>"
ra2quotes[1]="<table border=0 width=100%><tr><td valign=top><FONT STYLE='font-family:tahoma;font-size:10;color:#000000'><B>La Source:</B><BR>Published on the cover of the 2001 Winter edition of Disquieting Muses!!</td><TD VALIGN='top' width='112' align='right'><A HREF='piy-ls.htm' TARGET='MainFrame'><IMG SRC='slide1.gif' BORDER='0'></A></td></tr></table>"
ra2quotes[2]="<table border=0 width=100%><tr><td valign=top><FONT STYLE='font-family:tahoma;font-size:10;color:#000000'><B>Not One Without The Other:</B><BR>Published in the 2002 Spring edition of Magical Blend...</td><TD VALIGN='top' width='112' align='right'><A HREF='piy-yy.htm' TARGET='MainFrame'><IMG SRC='slide3.gif' BORDER='0'></A></td></tr></table>"
ra2quotes[3]="<table border=0 width=100%><tr><td valign=top><FONT STYLE='font-family:tahoma;font-size:10;color:#000000'><B>Mourning Angel:</B><BR>Expresses solitary emotion while resting upon a cloud - using a propped-up portion of the cloud she lays on as her pillow..</td><TD VALIGN='top' width='112' align='right'><A HREF='piy-ma.htm' TARGET='MainFrame'><IMG SRC='slide2.gif' BORDER='0'></A></td></tr></table>"
ra2quote = ra2quotes[pick]
document.write(ra2quote)
}
//-->