// 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/thedude\" title=\"View my Profile\"><img src=\"http://images0.funadvice.com/photo/image/old/25614/thumb/jeremygoodrich.jpg\"";
msgs += "border=0 style=\"border: 1px solid #999; padding: 2px;\" /></a>";
msgs += "<br/><font size=2><b>My Advice</b></font>";
msgs += "</center>\n";
// msgs += "<hr size=\"1\" noshade=\"noshade\" />\n";
msgs += "<div id=\"f\" style=\"padding-top: 10px;\">\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/who_has_an_imaginary_product_idea\">Who has an imaginary product idea? </a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/what_is_the_safest_type_of_beach\">what is the safest type of beach?</a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/why_did_this_offend_me\">Why did this offend me?</a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/what_is_the_significance_of_diego\">What is the significance of Diego Rivera\'s work?</a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/why_are_funadvice_making_questions\">Why are funadvice making questions start with who, what etc.?</a></div>\n";
msgs += "</div>\n";
msgs += "<hr size=\"1\" noshade=\"noshade\" />";
msgs += "<div style=\"text-align: center; padding-bottom: 7px;\"><a href=\"http://www.funadvice.com/ask?to=thedude\"><font size=3 color=#CC0000><b>Ask me a Question</b></font></a></div>";

document.write(msgs);
