// JavaScript Document
$(document).ready(function ()
{
	//If javascript is enabled the form action will now point to the right place.
	//This will block most spam bots.
	$("#interestForm").attr('action', "http://www.interestlists.net/uni-handler-mp.htm");
});