///////////////////////////////////////////////////////////////////////
// Constants
var websiteUrl = "http://www.guitarbassmusic.com/";
var ajaxUrl = "";
var currentPageFull = window.location.href;
var currentPageShort = currentPageFull.replace(websiteUrl, "/");
var htmAjaxLittleLoading = '
Loading...

';
var msgTitleLoading = "Loading";
var userAgent = navigator.userAgent.toLowerCase();
///////////////////////////////////////////////////////////////////////
// Messages
var msgCommentMoreLong = "Your comment must have at least five characters.";
var msgError = "An error occured. Please try again or contact the webmaster.";
function msgNotConnected() {if(confirm("Only members can perform that action. Would you like to register?")) {window.location = "/register";}}
var msgPleaseWait = "Please wait 2 minutes before doing that action again.";
var msgEnterLeast5Chars = "Please enter at least five characters."
var msgFeedbackReveived = "Your feedback had been received. Thank you!"
var msgRateCommentExist = "You have already rated that comment.";
var msgRateCommentSuccess = "Your rating have been successfully recorded.";
var msgReportSpamExist = "You already have reported this object as spam.";
var msgSendCommentSuccess = "Your comment have been successfully sended."
var msgVoteExist = "You have already vote.";
var msgCheckPageOptions = "Please check your page's options.";
var msgSureResetPage = "Are you sure you want to reset this page?";
var msgSaved = "Saved!";
var msgFileUploading = "File Uploading";
var msgSendUsFeedback = "Send us a feedback";
var msgMemberLogin = "Members Login";
var msgShowProfile = "Profile of";
var msgChangeLanguage = "Change language";
var msgCannotRateHimself = "You cannot rate yourself";
///////////////////////////////////////////////////////////////////////
// Labels
var lblFavouriteAdd = "Add to favourite";
var lblFavouriteRemove = "Remove favourite";
var lblReportSpamMarked = "Report as spam";
///////////////////////////////////////////////////////////////////////
// Forms
var msgsf_guard_user_username = "Your username is the gateway of your personal account.";
var msgsf_guard_user_password = "To protect your informations, you need to setup a password that only you know.";
var msgsf_guard_user_confirmation = "To avoid mistake, you must re-enter your password here.";
var msgprofiles_birthdate_day = "Optional. To let people knows the day of your birthday.";
var msgprofiles_birthdate_month = "Optional. To let people knows the month of your birthday.";
var msgprofiles_birthdate_year = "Optional. To let people knows the year of your birthday.";
var msgprofiles_first_name = "Optional. You can provide your first name if you'd like to. Can be useful if you are planing to be well-known.";
var msgprofiles_last_name = "Optional. You can provide your last name if you'd like to. Can be useful if you are planing to be well-known.";
var msgprofiles_email = "We use that information to contact you and make sure that you are a real living human. This information is crypted and will not be available to public access.";
var msgprofiles_avatar = "You can, if you'd like to, add your own avatar or picture of yourself. It make the website more alive !";
var msgprofiles_sex_1 = "Yeah yeah !";
var msgprofiles_sex_0 = "ahrRrRrRrRr... :)";