var stfPopupContent = "<h3>Share This Article With a Friend</h3> \
<p>Found this article interesting? Share it with someone by completing the fields below to send an email with a link back to this page.</p> \
<form id='send-to-friend'> \
<fieldset> \
<ol> \
<li> \
<label for='stfname'>Your name</label> \
<input class='text' id='stfname' name='stfname' type='text' value='' /> \
</li> \
<li> \
<label for='stfemail1'>Your email</label> \
<input class='text' id='stfemail1' name='stfemail1' type='text' value='' /> \
</li> \
<li class='last'> \
<label for='stfemail2'>Friend's Email</label> \
<input class='text' id='stfemail2' name='stfemail2' type='text' value='' /> \
</li> \
</ol> \
<div class='buttons'><button id='share-article' type='submit'>Send</button><a href='javascript:' id='close-popup'>Cancel</a></div> \
</fieldset> \
</form>";


var screenNameExplanation = "<h3>What is the Screen Name?</h3> \
<p>The screen name is a nickname which is used to identify a MercoPress user on public pages. This helps protect your privacy by displaying an identifier which is neither your full name nor your email.</p> \
<p>As an axample, screen names are used on story comments added by users to identify the author.</p> \
<p><a href='javascript:' id='close-popup'>Close this window</a></p>";

var dailyReport = "<h3>What is the Daily News Report?</h3> \
<p>This is a daily email update with a selection of summaries of our top stories, linked back to the full article on our site.</p> \
<p>Alternatively, you can subscribe to our  <a href='http://en.mercopress.com/feeds/' target='_blank'>RSS feeds</a>.</p> \
<p><a href='javascript:' id='close-popup'>Close this window</a></p>";

var weeklyReport = "<h3>What is the Weekly News Report?</h3> \
<p>This is a weekly email update with a selection of summaries of our main stories for the week, linked back to the full article on our site.</p> \
<p>Alternatively, you can subscribe to our <a href='http://en.mercopress.com/feeds/' target='_blank'>RSS feeds</a>.</p> \
<p><a href='javascript:' id='close-popup'>Close this window</a></p>";

var reportPopupContent = "<h3>Is This Comment Abusive?</h3> \
<p>If you find this comment inappropriate in any way, simply enter your reasons in the box below and submit for editor's review. Thank you for your help!</p> \
<form id='report-comment'> \
<fieldset> \
<input id='commentID' name='comentID' type='hidden' /> \
<ol> \
<li> \
<label for='reasons'>Why do you think this comment is inappropriate?</label> \
<textarea id='reasons' name='reasons' rows='3' /></textarea> \
</li> \
</ol> \
<div class='buttons'><button id='submit' type='submit'>Submit</button><a href='javascript:' id='close-popup'>Cancel</a></div> \
</fieldset> \
</form>";

var Translation = {
                    'YourName'              : "Your name",
                    'YourEmail'             : "Your email",
                    'YourFriendsEmail'      : "Your friend's email",
                    'EnterYourName'         : "Enter your name",
                    'EnterYourEmail'        : "Enter your email",
                    'InvalidEmail'          : "Email not valid",
                    'EnterFriendsEmail'     : "Enter your friend's email",
                    'FriendEmail'           : "Friend's email",
                    'Sending'               : "Sending. Please wait...",
                    'ShowTips'              : "Show Tips",
                    'HideTips'              : "Hide Tips",
                    'Search'                : "Search...",
                    'Name'                  : "Name",
                    'EnterCode'             : "Enter code",
                    'YourComment'           : "Your comment",
                    'DecreaseFont'          : "Decrease font",
                    'IncreaseFont'          : "Increase font",
                    'Print'                 : "Print",
                    'Share'                 : "Share",
                    'ChangeRegion'          : "change region",
                    'NameMustChars'         : "Name must be up to 12 characters",
                    'InvalidName'           : "Missing or invalid name",
                    'EnterCodeOnRight'      : "Enter code on the right",
                    'YouEnterComment'       : "You must enter a comment",
                    'PlsEnterFirstName'     : "Please enter your first name",
                    'PlsEnterLastName'      : "Please enter your last name",
                    'PlsProvideScreenName'  : "Please provide a screen name",
                    'ScreenNameChars'       : "Screen name must be up to 12 characters",
                    'PlsEnterYourEmail'     : "Please enter your email",
                    'EmailProvidedNotValid' : "Email provided is not valid",
                    'EmailMustChars'        : "Email must be up to 64 characters long",
                    'PlsEnterPass'          : "Please enter a password",
                    'PassMustChars'         : "Password must be between 5 and 32 characters long",
                    'PlsEnterPassAgain'     : "Please enter password again",
                    'PassDoesNotMatch'      : "Password confirmation does not match",
                    'PlsEnterFullName'      : "Please enter your full name",
                    'YouMustEnterMessage'   : "You must enter a message",
                    'YouCantLeaveFieldBlank': "You can't leave this field blank",
                    'EnterCurrentPass'      : "Enter current password to save changes",
                    'PassNotValid'          : "Password not valid",
                    'PlsEnterYourPass'      : "Password enter yur password",
                  };
