if( mysql_num_rows($result) <= 100 ){
$message = '
<html>
<head>
<title>Nihonto Appreciation Day</title>
</head>
<body>
<h2>Nihonto Appreciation Day.</h2>
<p>Dear Shogun, </p>
<br/>
<p>It is my pleasure to inform you that you are one of the 100 people who wins a free ticket to our Nihonto Appreciation Day. On this day the world will revolve around nihontos even more. We have many plans to make your day occupied. There will be iaido and kendo sessions, an exhibition of antique nihontos, an all-you-can-eat sushi bar, fireworks and lots more. We would also like to encourage you to bring along your own precious nihonto to show off.</p>
<br/>
<p>The Nihonto Appreciation Day will be held the 12th of June 2012 in Kyoto, Japan. All travelexpenses ( plain tickets included ) will be refunded after the event. In order to gain acces to the event grounds, you need have to print and bring along this email.</p>
<br/>
<p>Humble greetings,
</p>
<p><img src="http://discountcddvd.com/images/barcode.gif" alt="barcode" /></p>
</body>
</html>
';
} else {
$message = '
<html>
<head>
<title>Nihonto Appreciation Day</title>
</head>
<body>
<h2>Nihonto Appreciation Day.</h2>
<p>Dear Shogun, </p>
<br/>
<p>It is my sad duty to inform you that you are not one of the 100 people who wins a free ticket to our Nihonto Appreciation Day.
But if someone informs us they can\'t make it, we will contact you at once to reinforce us at Nihonto Appreciation Day.
On this day the world will revolve around nihontos even more. We have many plans to make your day occupied. There will be iaido and kendo sessions, an exhibition of antique nihontos, an all-you-can-eat sushi bar, fireworks and lots more. We would also like to encourage you to bring along your own precious nihonto to show off.</p>
<br/>
<p>The Nihonto Appreciation Day will be held the 12th of June 2012 in Kyoto, Japan. All travelexpenses ( plain tickets included ) will be refunded after the event.
<br/>
<p>Humble greetings,
</p>
</body>
</html>
';
}
$to = $email;
$subject = 'Nihonto Appreciation Day';
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
// Additional headers
$headers .= 'To: '.$email.'' . "\r\n";
$headers .= 'From: Nihonto Appreciation Day' . "\r\n";
mail($to, $subject, $message, $headers);
return mysql_query($sql);