/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by:  |  */
function mailsome1() {
  who="info@ribbonsofpink.org";
  what="An Email to the Ribbons of Pink Foundation";
  {parent.location.href='mailto:'+who+'?subject='+what+'';
  }
}