$(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" />');
	});
 });   