<script> <!-- jQuery( function() { backgroundColor(); jQuery( '#backgroundColorCoral' ).click( function () { backgroundColor( 'coral' ); } ); jQuery( '#backgroundColorYellow' ).click( function () { backgroundColor( 'yellow' ); } ); jQuery( '#backgroundColorSkyblue' ).click( function () { backgroundColor( 'skyblue' ); } ); function backgroundColor( $backgroundColor ){ if( $backgroundColor == undefi