 if (!bc_shout)
 var bc_shout = new function() {
	this.ajax = new function() {
		this.post = function(data) {
			alert('bc_shout.ajax.post');
		};
	};

	this.displayShoutForm = function() {
		alert('show shouts');
	};
 };


 document.write("<div id='bcShout_12805671088569061' style='width:125px;height:300px;border:1px solid black;background-color:lightyellow;'>");
 document.write("<table align='center' id='bcShout_12805671088569061_tbl' width='100%' height='100%'>");
 document.write("<tr height='16'><td style='background-color:navy;color:white;font-weight:bold;text-align:center;'>BC Shout Box</td></tr>");
 document.write("<tr><td style='background-color:white;'>");
	document.write("<div id='bcShout_12805671088569061_shouts' style='height:100%;'>");
		document.write("Coming Soon...");
		document.write("</div>");
	document.write("<div id='bcShout_12805671088569061_newshout' style='display:none;'>");
		document.write("</div>");
	document.write("</td></tr>");
 document.write("<tr height='16'><td style='text-align:center;'>[ <a href='' onclick='bc_shout.displayShoutForm(12805671088569061);return false;'>Add Shout</a> ]</td></tr>");
 document.write("</table>");
 document.write("</div>");
