$(document).ready(function() {
	$(".copywrite").each(function(){
		$(this).after('<img class="copyprotect" src="css/design/nothing.gif" style="height:'+this.height+
		'px;position:relative;width:'+this.width+'px;margin-top:-'+(this.height+5)+'px;'+
		'" alt="'+this.alt+' - copywrite" />');
	});
 });
 
 function checkform()
{alert($('#fbrp__47').val());
	/*if (document.m4moduleform_1.)
	{
		// something is wrong
		alert('There is a problem with the first field');
		return false;
	}
	else if (value of next field is or isn't something)
	{
		// something else is wrong
		alert('There is a problem with...');
		return false;
	}*/
	// If the script gets this far through all of your fields
	// without problems, it's ok and you can submit the form

	return false;
}
