// 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/why_are_ppl_stupid">Why are people stupid?</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/can_you_get_pregnant_without_sex">can you get pregnant without sex & pills or shots? </a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/what_are_there_any_nice_13_or_14">What are there any nice 13 or 14 yr olds out there? </a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/how_could_i_lose_40_pounds_in_2_weeks">how could I lose 40 pounds in 2 weeks and I know its not heal...</a></div>\n';
msgs += '<div style="padding-bottom: 5px;"><a href="http://www.funadvice.com/q/how_do_i_know_if_i_am_considered">how do I know if I am considered a \'hottie\' at school?</a></div>\n';
msgs += "</div>\n";
msgs += "<hr size=\"1\" noshade=\"noshade\" />";
document.write(msgs);
