// JavaScript Document

// mail link at bottom of screen
function sendmail()
{
	document.location = 'mai'+'lto:'+'mail'+'@'+'plasticsoundsupply'+'.c'+'om?'+'subject=Plastic Sound Supply Inquiry';
}

//simply submits the paypal form from a text link
function buyNow()
{
	$('buyNowForm').submit();
}