<!--

function createChain() {
// define the variables for the number of form input fields 
var text1 = document.weblib.text1.value;
var text2 = document.weblib.text2.value;
var text3 = document.weblib.text3.value;
var text4 = document.weblib.text4.value;
var text5 = document.weblib.text5.value;
var text6 = document.weblib.text6.value;
var text7 = document.weblib.text7.value;
var text8 = document.weblib.text8.value;
var text9 = document.weblib.text9.value;
var text10 = document.weblib.text10.value;
var text11 = document.weblib.text11.value;
var text12 = document.weblib.text12.value;
var text13 = document.weblib.text13.value;
var text14 = document.weblib.text14.value;
var text15 = document.weblib.text15.value;


var header = '<html><head><title>The Sickest Kid in the World - BreakTheChain.org</title><LINK Rel="stylesheet" TYPE="text/css" HREF="_includes/style.css"></head><body><div id="adblock"><a href="http://www.cafepress.com/breakthechain/"><img src="_images/storeban2.jpg" alt="&nbsp;" /></a></div><div id="content"><div id="tagline">Stop junk e-mail and misinformation.</div><h1><img src="_images/logo.jpg" alt="BreakTheChain.org Logo" />BreakTheChain.org</h1><div id="topnav"><a href="index.html">Home</a> <a href="about.html">About</a> <a href="feedback.html">Contact</a> <a href="faq.html">FAQ</a> <a href="http://chnbrkr.blogspot.com/">Blog</a> <a href="library.html">Library</a> <a href="http://www.cafepress.com/breakthechain" style="border-right: 0;">Gift Shop</a></div><table summary="formatting" style="width: 100%; margin: 0; padding: 0; border: 0;"><tr><td id="left"><div id="sitesearch"><form method="get" action="http://search.atomz.com/search/"><input class="text" name="sp-q" style="width: 9em;"><INPUT TYPE="submit" value=" Search " class="button"><input type=hidden name="sp-a" value="sp1001aaa2"></FORM></div><div id="navcontainer"><ul id="navlist"><li><a href="aa.html">Armchair Activism</a></li><li><a href="jk.html">Halfwit Humor</a></li><li><a href="pi.html">Picture Imperfect</a></li><li><a href="pp.html">Political Ponderings</a></li><li><a href="rb.html">Real, But...</a></li><li><a href="ro.html">Rent-An-Opinion</a></li><li><a href="kd.html">Sick &amp; Missing Kids</a></li><li><a href="sn.html">Something for Nothing</a></li><li><a href="ss.html">Spam &amp; Scams</a></li><li><a href="yh.html">To Your Health</a></li><li id="active"><a href="vw.html" id="current">Virus Warnings</a></li><li><a href="gj.html">The Grab Bag</a></li></ul></div><div id="adblock3"><a href="http://www.cafepress.com/breakthechain/"><img src="_images/storesky4.jpg" alt="Gift Shop" /></a></div></td><td id="right"><h2>The Sickest Kid in the World!</h2><p><strong>Date Added:</strong> Does it matter?<br/><strong>Last Updated:</strong> Just now.</p><p>Of all the sick kid chain letters that tug at your heartstrings, this one made me sob out loud - really. I hope it is not true, but fear it could be.</p><div class="chain">';

//customize the output
var speech = "Subject: Help Me!<P>Hi, my name is " + text1 + " " + text2 + ". I am 7 years old, and I have a tumor in my " + text3 + " the size of a " + text4 + ". I also lost my " + text5 + " in a bizarre " + text6 + " accident. Doctor " + text7 + " says I will die soon if this is not fixed. Unfortunately, the operation costs more than a " + text8 + "-shaped swimming pool. <P>To help my family pay the bills, the " + text9 + " Foundation and " + text10 + " have embedded a top-secret e-mail tracking program in this message. They will donate 7 cents for everyone who forwards this e-mail. If you send this to all your " + text11 + " friends, I thank you. I'd like to make you a " + text12 + ". For those of you who do not send it, you are a big " + text13 + " " + text14 + " with no " + text15 + ". Please, have a heart and send this. I do not want my " + text3 + " to disappear like my " + text5 + "! Thank you!";

var footer = '</div><p>OH, THE HORRORS! How could something like this happen to an innocent, loving child?! IT JUST IS NOT FAIR!!! Not only should you forward this letter to save this poor kid, but you should cut out your own liver with a butter knife, stuff it in an envelope and mail it to the family, just in case they need that too (Do not forget to sprinkle it with lemon juice to keep it fresh)!</P><P>You know, on second thought, this could be a hoax just like the dozens of other sick kid e-mail tracking hoaxes out there. Yeah, that is probably more likely. But do you really want to take that chance?<p>Yeah, okay. Break this chain!</p><p><Strong>References:</strong> I am too upset to use references!</p><p id="respond"><a href="../respond.html">Offer Feedback</a></p></td></tr></table><div id="footer"><a href="../disclaimers.html">Copyright & Disclaimers</a></div></div></div></body></html>';

document.open();
document.write(header);
document.write(speech);
document.write(footer);
document.close();
}
//-->
