var a=Math.round(Math.random()*12);
var t ="<div id='idiom'><img src='idioms/WearYourHeartOnYourSleeve.GIF' border='0'><strong>Wear Your Heart On Your Sleeve</strong><BR>(expressing your emotions freely and openly...)</div>";

  if (a==1) {t="<div id='idiom'><img src='idioms/GoColdTurkey.GIF' border='0'><strong>You go cold turkey</strong><BR>(quit taking an addictive drug by stopping immediately...)</div>"};
  if (a==2) {t="<div id='idiom'><img src='idioms/RockTheBoat.GIF' border='0'><strong>Rock The Boat</strong><BR>(do something that risks upsetting a group situation...)</div>"};
  if (a==3) {t="<div id='idiom'><img src='idioms/AllInTheSameBoat.GIF' border='0'><strong>All In The Same Boat</strong><BR>(facing the same challenges and needing to work together...)</div>"};
  if (a==4) {t="<div id='idiom'><img src='idioms/AgainstTheGrain.GIF' border='0'><strong>Going Against The Grain</strong><BR>(making things difficult by acting against the wishes of others...)</div>"};
  if (a==5) {t="<div id='idiom'><img src='idioms/AgainstTheClock.GIF' border='0'><strong>Against The Clock</strong><BR>(working hard to finish by a certain time...)</div>"};
  if (a==6) {t="<div id='idiom'><img src='idioms/TheStrawThatBrokeTheCamelsBack.GIF' border='0'><strong>The Straw That Broke The Camel's Back</strong><BR>(one last thing that finally made the you upset...)</div>"};
  if (a==7) {t="<div id='idiom'><img src='idioms/TheEarlyBirdCatchesTheWorm.GIF' border='0'><strong>The Early Bird (Catches The Worm)</strong><BR>(being early leads to success...)</div>"};
  if (a==8) {t="<div id='idiom'><img src='idioms/StartFromScratch.GIF' border='0'><strong>Start From Scratch</strong><BR>(starting a project from the very beginning...)</div>"};
  if (a==9) {t="<div id='idiom'><img src='idioms/TurnOverANewLeaf.GIF' border='0'><strong>Turn Over A New Leaf</strong><BR>(taking action to change one's life for the better...)</div>"};
  if (a==10) {t="<div id='idiom'><img src='idioms/FindingYourFeet.GIF' border='0'><strong>Finding Your Feet</strong><BR>(feeling more comfortable in what you are doing...)</div>"};
  if (a==11) {t="<div id='idiom'><img src='idioms/SinkOrSwim.GIF' border='0'><strong>Sink Or Swim</strong><BR>(you will either fail or you will find a way to succeed...)</div>"};
  if (a==12) {t="<div id='idiom'><img src='idioms/DontLookAGiftHorseInTheMouth.GIF' border='0'><strong>Looking A Gift Horse In The Mouth</strong><BR>(questioning the value of something you have received for free...)</div>"};
  
  document.write(t)

