// Funadvice.com
// Question & Answer Badge

var width = 160;
var height = 200;

// Build up the list of things
var msgs = "";
msgs += "<center>";
msgs += "<div style=\"font-size: 22px;\">";
msgs += "<A href=\"http://www.funadvice.com\" style=\"text-decoration: none;\">";
msgs += "<font color=\"#000000\"></font><font color=\"#009900\">FunAdvice<small>&trade;</small></font></a></div>\n";
msgs += "<a href=\"http://www.funadvice.com/my/funguy\" title=\"View my Profile\"><img src=\"http://images.funadvice.com/photo/image/old/1455/thumb/DSC00849.jpg\"";
msgs += "border=0 style=\"border: 1px solid #999; padding: 2px;\" /></a>";
msgs += "<br/><font size=2><b>My Questions</b></font>";
msgs += "<br/>Click to answer:";
msgs += "</center>\n";
// msgs += "<hr size=1 noshade />\n";
msgs += "<div id=\"f\" style=\"padding-top: 10px;\">\n";
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/letters_from_aristotle_or_the_bible">Letters from Aristotle or the Bible</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/cheesecake_recipes">Cheesecake Recipes</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/what_spec_is_best_for_a_70_draenei">What spec is best for a 70 draenei shaman?</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/qvc_shopping_spree">QVC Shopping Spree</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/how_can_i_get_a_loan_with_bad_credit">How can I get a loan with bad credit?</a></div>\n';
msgs += "</div>\n";
msgs += "<hr size=1 noshade />";
msgs += "<div style=\"text-align: center; padding-bottom: 7px;\"><a href=\"http://www.funadvice.com/ask?to=funguy\"><font size=3 color=#CC0000><b>Ask me a Question</b></font></a></div>";

document.write(msgs);
