function sendpage ()
{
mail_str = "mailto:?subject=A movie tip for you&body=" + document.title;
mail_str += "%0A%0ACheck out the following movie at:%0A"+location.href;
mail_str += "%0A%0A%0A[ ]  You must have seen this!"
mail_str += "%0A[ ]  Like to have as a present."
mail_str += "%0A[ ]  Shall we watch it together?"
location.href = mail_str;
}



function repterr ()
{
mail_str = "mailto:frank@gay-moviez.com?subject=Error report Gay-moviez.com&body=There is an error on the following page:"
mail_str += "%0A%0A" + document.title;
mail_str += "%0A" + location.href;
mail_str += "%0A%0A%0A[ ]  link to Amazon faulty"
mail_str += "%0A[ ]  product deleted at Amazon"
mail_str += "%0A[ ]  missing Amazon link: ASIN"
mail_str += "%0A     [ ] .com [ ].ca [ ].co.uk [ ].fr [ ].de"
mail_str += "%0A%0A[ ]  link to eBay faulty"
mail_str += "%0A[ ]  wrong eBay search term"
mail_str += "%0A     [ ] .com [ ].ca [ ].co.uk [ ].com.au [ ].fr [ ].es [ ].it [ ].de [ ].nl"
mail_str += "%0A%0A[ ]  picture does not load"
mail_str += "%0A[ ]  wrong cast information"
mail_str += "%0A%0AYour comment:"
location.href = mail_str;
}
