<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

	<head>
		<title>Welcome to Adobe GoLive 6</title>
	</head>

	<body bgcolor="#ffffff">
		<p>/* This script and many more are available free online at<br>
			The JavaScript Source!! http://javascript.internet.com<br>
			Created by: Alan Gruskoff | http://www.performantsystems.com/ */<br>
			<br>
			function anyCheck(form) {<br>
			var total = 0;<br>
			var max = form.ckbox.length;<br>
			for (var idx = 0; idx &lt; max; idx++) {<br>
			if (eval(&quot;document.playlist.ckbox[&quot; + idx + &quot;].checked&quot;) == true) {<br>
			    total += 1;<br>
			   }<br>
			}<br>
			alert(&quot;You selected &quot; + total + &quot; boxes.&quot;);}</p>
	</body>

</html>