
$(document).ready(function(){
	
	if ($('#yscp_welcome_msg').html() == '') {
		
		$('#yscp_welcome_msg').html("Welcome Guest!");
		
	}
	
});
