// 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 += "<br/><font size=2><b>My Questions</b></font>";
msgs += "<br/>Click to answer:";
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/plain_v_necks">plain v-necks.</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/motorbike_or_car">MotorBike or Car?</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/ughh_for_blackberry_smarties">Ughh !!! [[[For Blackberry Smarties]]]</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/back_walkover">Back walkover</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/washed_ipod_un_cooked_rice_y">washed ipod + un-cooked rice = (Y)?</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=amirwin\"><font size=3 color=#CC0000><b>Ask me a Question</b></font></a></div>";
document.write(msgs);
