jQuery(document).ready( function ( ) {
	// hide billboard if it has no content; Schabe AG, 07.11.2011
	if (jQuery("#billboard").text() == "") {
		jQuery("#billboard").css("border", "none");
		jQuery("#billboard").css("background", "#fff");
	}
} );
