jQuery(function(){
	selectText();
});

function selectText() {
    alert( '!!!!!!!!!!!!!!!!!!!!' );
    jQuery( '.product-options .input-box select option:first-shild' ).text( '-- Please Select --' );		
}
