
/* Style baby! style! */
document.write( "<style type=\"text/css\">" );
document.write( "  .otavoqbox{ border:1px solid #ddd; padding:2px; background-color:#fff; margin:1px; }" );
document.write( "  .otavoqbox div{ margin:0;}" );
document.write( "  .otavoqbox .boxhead{ background-color:#fff; }" );
document.write( "  .otavoqbox .feedicon{ float:right; width:18px; padding:1px; text-align:right;}" );
document.write( "  .otavoqbox .otavoicon{ float:left; width:18px; padding:1px;}" );
document.write( "  .otavoqbox .heading{ text-align:center; font-size: 9px; height: 20px;}" );
document.write( "  .otavoqbox .boxheading{ color:#0D497B;}" );
document.write( "  .otavoqbox .questline{ padding:2px; font-size:x-small; background-color:#D6DEE7; clear:both;}" );
document.write( "  .otavoqbox .qtitle{ padding:3px; margin-bottom:2px; background-color:#fff; border-bottom: 1px dashed #8FABCC; color:#333;}" );
document.write( "  .otavoqbox a{ text-decoration:none; color:#333}" );
document.write( "  .otavoqbox a:hover{ text-decoration:underline; color:#333}" );
document.write( "  .otavoqbox .boxfooter{ font-size:9px;}" );
document.write( "  .otavoqbox .footerpower{ float:left; text-align:left;}" );
document.write( "  .otavoqbox .footerpower a{ color:#888;}" );
document.write( "  .otavoqbox .footermore{ float:right; text-align:right;}" );
document.write( "  .otavoqbox .footermore a{ color:#aaa;}" );
document.write( "</style>" );


/* box starting */
document.write( "<div class=\"otavoqbox\" id=\"otavoqbox\" style=\"text-align:left;\">" );
document.write( " <div class=\"boxhead\">" );
document.write( "   <div class=\"feedicon\">" );
document.write( "     <a href=\"http://otavo.com/quest/xml/user/1\"><img src=\"http://www.otavo.com/files/feed.png\" style=\"border-width:0;\" alt=\"RSS feed\" title=\"RSS feed of these quests\"></a>" );
document.write( "   </div>" );
document.write( "   <div class=\"otavoicon\">" );
document.write( "     <a href=\"http://otavo.com/\"><img src=\"http://www.otavo.com/files/otavo-sm.gif\" style=\"display:inline; border-width:0;\" alt=\"Otavo.com\" title=\"Otavo.com\"></a>" );
document.write( "   </div>" );
document.write( "   <div class=\"heading\">" );
document.write( '     <a href="http://otavo.com/user/amanuel" class="questprofile">See all my quests</a>' );
document.write( "   </div>" );
document.write( " </div>" );

/* quests start */

/* quests end */

/* box ending */
document.write( " <div class=\"boxfooter\">" );
document.write( "   <div class=\"footermore\">" );
document.write( '     <a href="http://otavo.com/user/amanuel" class="questprofile">more &gt;&gt;</a>' );
document.write( "   </div>" );
document.write( "   <div class=\"footerpower\">" );
document.write( '     <a href=\"http://otavo.com/\">Powered by Otavo</a>' );
document.write( "   </div>" );
document.write( " </div>" );
document.write( "</div>" );
