ÿþ<html> <head> <style type="text/css"> <!-- A:link {text-decoration: none;} A:visited {text-decoration: none;} --> </style> <title>Humor in Business Cartoons </title> <meta name="description" content=" Humor in Business - Laugh all the way to the bank with daily cartoons. Have fun and get fresh ideas at the same time. The sense of humor help to focus on the central things in life. "> <meta name="keywords" content=" Humor in Business, cartoon, cartoons, business cartoons, home business humor, business humor, humor, adult humor, free humor, emotional intelligence, diet, nutrition, fitness, health, women health, "> <meta name="robots" content="index,follow"> <style> a:hover{ font-weight:bold; font-style:italic;} </style> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Marat Rikelman (rikelman@bellsouth.net) --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function mod(div,base) { return Math.round(div - (Math.floor(div/base)*base)); } function calcBmi() { var w = document.bmi.weight.value * 1; var HeightFeetInt = document.bmi.htf.value * 1; var HeightInchesInt = document.bmi.hti.value * 1; HeightFeetConvert = HeightFeetInt * 12; h = HeightFeetConvert + HeightInchesInt; displaybmi = (Math.round((w * 703) / (h * h))); var rvalue = true; if ( (w <= 35) || (w >= 500) || (h <= 48) || (h >= 120) ) { alert ("Invalid data. Please check and re-enter!"); rvalue = false; } if (rvalue) { if (HeightInchesInt > 11) { reminderinches = mod(HeightInchesInt,12); document.bmi.hti.value = reminderinches; document.bmi.htf.value = HeightFeetInt + ((HeightInchesInt - reminderinches)/12); document.bmi.answer.value = displaybmi; } if (displaybmi <19) document.bmi.comment.value = "Underweight"; if (displaybmi >=19 && displaybmi <=25) document.bmi.comment.value = "Desirable"; if (displaybmi >=26 && displaybmi <=29) document.bmi.comment.value = "prone to health risks"; if (displaybmi >=30 && displaybmi <=40) document.bmi.comment.value = "Obese"; if (displaybmi >40) document.bmi.comment.value = "Extremely obese"; document.bmi.answer.value = displaybmi; } return rvalue; } // End --> </script> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var myWeight; var myDistance; function HowMany(form) { var difference; difference = (myDistance * myWeight) * .653; form.Fdiff.value = difference; if (difference < 100) { form.comment.value="You better start working!"; } if (difference > 101 && difference < 200) { form.comment.value="Nice run, but you can do better."; } if (difference > 201 && difference < 300) { form.comment.value="Very good! Push above 300 next time."; } if (difference > 301 && difference < 500) { form.comment.value="Great! Your a runner.....keep it up!"; } if (difference > 501 && difference < 700) { form.comment.value="Bill Rogers move over!"; } if (difference > 701) { form.comment.value="Your my hero! Have a jelly doughnut."; } } function SetMyWeight(weight) { myWeight = weight.value; } function SetmyDistance(dis) { myDistance = dis.value; } function ClearForm(form){ form.myWeight.value = ""; form.myDistance.value = ""; form.Fdiff.value = ""; form.comment.value = ""; } // End --> </SCRIPT> </head> <body background="http://www.holylandmap.net/backgrounds/watermark_lefttoright.png"> <table align="center" width="950" bgcolor=""> <tr> <td width="2" bgcolor="gold"></td> <td width="946"> <center> <iframe src="http://www.holylandmap.net/top.html" width="100%" height="140" frameborder="0" scrolling="no"></iframe> </center> </br> <center><h1><font size="6" color="0E15A4" face="arial"> Humor & Business </font></h1></center> <center> <iframe src="http://pub49.bravenet.com/cartoon/show.php?usernum=4194105148" width="750" height="650" frameborder="0" scrolling="no"></iframe> </center> <br> <center> <a href="http://avira1.KippPUBCO.hop.clickbank.net "><img border="0" src="http://www.holylandmap.net/dc/header4.gif"></a> </center> <br> <table border=0 width="800" align="center"><td vspace="40"> <td> <center><font size="4" color="0E15A4" face="arial">Body Mass Index</font></center> <form name=bmi> <center> <table width=200 border=1 bordercolor="0E15A4"> <tr> <td align=center><B>Weight:</B> <input type=text name=weight SIZE=3 maxlength=3> lbs.</td> </tr> <tr> <td align=center><B>Height:</B> <input type=text name=htf size=1 maxlength=1> Ft. <input type=text name=hti size=2 maxlength=2> In. </td> </tr> <tr> <td align=center> <input type=button value="Calculate BMI" onclick="calcBmi()"> <hr></td> </tr> <tr> <td><B>Body Mass Index</B> <input type=text name=answer size=3> </td> </tr> <tr> <td> According to the Panel on Energy, Obesity, and Body Weight Standards, your category is:<br> <input type=text name=comment size=25> </td> </tr> </table> </center> </form> </center> </td> <td> <center> </center> </td> <td> <center> <script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/finance-money-tips.xml&amp;synd=open&amp;w=320&amp;h=160&amp;title=Finance+Tip+of+the+Day&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script> </br></br> <font size="4" color="0E15A4" face="arial">Calories Burned During Running</font></center> <CENTER> <FORM METHOD="POST"> <TABLE border=border=1 bordercolor="0E15A4"> <TR> <TR> <TD><div align=center>Your<br>Weight</div></TD> <TD><div align=center>Miles<br>run</div></TD> <TD><div align=center>Calories<br>burned</div></TD> <TD><INPUT TYPE=BUTTON ONCLICK="HowMany(this.form)" VALUE="Calculate"></TD> </TR> <tr> <TD><div align=center><INPUT TYPE=text NAME=myWeight SIZE="4"ONCHANGE="SetMyWeight(this)"></div></TD> <TD><div align=center><INPUT TYPE=text NAME=myDistance SIZE="4"ONCHANGE="SetmyDistance(this)"></div></TD> <TD><div align=center><INPUT TYPE=text NAME="Fdiff" VALUE="" SIZE="6"></div></TD> <TD><div align=center><INPUT TYPE=BUTTON VALUE=" Reset " onClick="ClearForm(this.form)"></div></tr> </table> <table border=border=1 bordercolor="0E15A4"> <tr> <TD><DIV ALIGN=CENTER>Comments</DIV></TD> <TD><INPUT TYPE=text NAME="comment" size="37"></td> </TR> </TABLE> </FORM> </CENTER> <p><center> <font face="arial, helvetica" size="-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 2.40 KB --> </td> </table> </br> <table border=0 width="850" align="center"> <center> <a href="http://www.laughteryoga.org"><font size="4" color="#B50008" face="arial">Stress Management</font></a> </br> <FONT face=arial color=#0e15a4 size=4>With over 5000 Laughter Clubs in 40 countries, Laughter Yoga, a revolution started by Dr Madan Kataria offers complete stress management training programs for corporates and individuals alike.</font> </center> </table> </br> </br></br> <table align="center"> <td> <script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-business.xml&amp;up_entries=6&amp;up_summaries=300&amp;up_selectedTab=&amp;synd=open&amp;w=320&amp;h=360&amp;title=Yahoo!+News%3A+Business&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script> </td> <td width="50"> </td> <td> <center> <a href="http://avira1.skinnysnob.hop.clickbank.net "><img border="0" src="http://www.holylandmap.net/dc/skinny468.jpg"></a> </br></br></br></br> <script src="http://gmodules.com/ig/ifr?url=http://www.pixelmedia.nl/gmodules/ucc.xml&amp;up_fromcur=USD&amp;up_tocur=EUR&amp;synd=open&amp;w=300&amp;h=110&amp;title=__Currency Convertor__&amp;lang=en&amp;country=IN&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script> </br></br></br></br> </center> </td> </table> <center> </br></br> <center><font size="5" color="0E15A4" face="arial">Amusing Video Clips</font></center></br> <object width="780" height="445"><param name="movie" value="http://www.youtube.com/cp/vjVQa1PpcFN8xcH4zVcozix4MV_7dzfB57tLzVn-PxE="></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/cp/vjVQa1PpcFN8xcH4zVcozix4MV_7dzfB57tLzVn-PxE=" type="application/x-shockwave-flash" wmode="transparent" width="780" height="445"></embed></object> </center> </br></br> <iframe src="http://www.holylandmap.net/buttom.html" width="100%" height="500" frameborder="0" scrolling="no"></iframe> </td> <td width="2" bgcolor="gold"> </td> </tr> </table> </body> </html>