var message = {
    search_required: 'The search field cannot be blank.Please enter a search keyword.',
    reg_name_required: 'Please enter the name in the "Name" field',
	reg_username_required: 'Please enter the username in the "Username" field',
	reg_username_alphanum: 'Username need to be alphanumeric characters,please re-enter the username.',
    reg_username_size_min: 'Username need to be minimum six characters,please re-enter the username.',
    reg_username_size_max: 'Username should not exceed ten characters',
    reg_password_required: 'Please enter the password in the password field',
    reg_password_valid: 'Please Enter Valid Password in the "Password" field.',
    reg_password_size: 'Password need to be minimum six characters,please re-enter the password.',
    reg_password_required: 'Please enter the password in the "Confirm Password" field',
    reg_password_same: 'Values entered in the password and confirm password field are different.Please re-enter the password.',
    reg_email_required: 'Please enter the email address in the "Email" field',
    reg_email_valid: 'Please enter a valid email address in the "Email" field',
    reg_terms_conditions_chkbox: 'Please select the checkbox to agree the terms and conditions for proceeding.',
    contact_name_required: 'Please enter your name in the "Name" field',
    contact_email_required: 'Please enter your email address in the "Email" field',
    contact_email_valid: 'Please enter a valid email address in the "Email" field',
    contact_subject_required: 'Please enter some subject in the "Subject" field',
    contact_comment_required: 'Please enter your comments in the "Comments" field',
    update_name_required: 'Please enter your name in the "Name" field',
    changepwd_old_required: 'Please enter your current password in the "Old Password" field',
    changepwd_pwd_valid: 'Please enter a valid new password in the "Old Password" field',
    changepwd_new_required: 'Please enter the new password in the "New Password" field',
    changepwd_pwd_confirm: 'Please enter the password in the "Confirm Password" field',
    changepwd_pwd_same: 'Values entered in the new password and confirm password field are different.Please re-enter the password.',
    changepwd_confirm_size: 'Password need to be minimum six characters,please re-enter the password.',
    recommd_video_name: 'Video name should have 5 to 60 characters',
    recommd_video_chkbox: 'Please check at least 2 boxes',
    recommd_video_tag: 'Please enter some tags in the "Tag" field',
    recommd_video_username: 'Please enter the username in the "Username" field',
    recommd_video_pwd: 'Please enter the password in the password field',
    recommd_tool: 'Drag this button to toolbar',
    recommd_tool_ie: 'Right click the image and add to favourite',
    commnt_recommd_tag_old: 'Already added tags.Please enter new tags',
    commnt_recommd_tag_required: 'Please enter a tag',
    commnt_recommd_comment_required: 'Please add a comment'
};
