// 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/dhooni\" title=\"View my Profile\"><img src=\"http://images2.funadvice.com/photo/image/old/759/thumb/43fbad91111f9.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/why_does_paper_have_to_be_made_from\">Why does paper have to be made from wood?</a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/how_do_i_get_rid_of_ants_in_the_kitchen\">How do I get rid of ants in the kitchen</a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/how_do_i_get_rid_of_permanent_hair_59240\">How do I get rid of permanent hair dye?</a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/how_long_do_i_have_to_wait_after\">How long do I have to wait after closing before I can move in?</a></div>\n";
msgs += "<div style=\"padding-bottom: 5px;\"><a href=\"http://www.funadvice.com/q/song_used_in_lebron_james_commercial\">Song used in LeBron James commercial</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=dhooni\"><font size=3 color=#CC0000><b>Ask me a Question</b></font></a></div>";

document.write(msgs);
