$(document).ready(function(){
	$("html body form div:first-child:has(script)").addClass("divscript");
});

