// 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.
	$("#interest_list_form").attr('action', "http://www.interestlists.net/uni-handler-dev.htm");
});