var numLocalizedStrings=101;var localizedStringTable=new Array(numLocalizedStrings);localizedStringTable[0]="Opinion must be at least";localizedStringTable[1]="Please try again later";localizedStringTable[2]="Both members and guests can vote";localizedStringTable[3]="Only registered members can vote";localizedStringTable[4]="Place a poll in your site (See HTML Code after poll creation)";localizedStringTable[5]="enter the question you would like to ask here";localizedStringTable[6]="enter answer here and click the button on the right to add";localizedStringTable[7]="Please wait while getting new message";localizedStringTable[8]="Goto opinion page";localizedStringTable[9]="Opened";localizedStringTable[10]="Opinions";localizedStringTable[11]="Category";localizedStringTable[12]="User";localizedStringTable[13]="Choose";localizedStringTable[14]="What do you think about";localizedStringTable[15]="Please enter a valid opinion text";localizedStringTable[16]="close";localizedStringTable[17]="words long";localizedStringTable[18]="average rating";localizedStringTable[19]="of";localizedStringTable[20]="ratings";localizedStringTable[21]="Rated";localizedStringTable[22]="by";localizedStringTable[23]="people";localizedStringTable[24]="please rate";localizedStringTable[25]="Related opinions";localizedStringTable[26]="Create your own poll";localizedStringTable[27]="Create your own opinion";localizedStringTable[28]="Opinion text not valid";localizedStringTable[29]="You voted this opinion";localizedStringTable[30]="useful";localizedStringTable[31]="not useful";localizedStringTable[32]="Thank you for rating";localizedStringTable[33]="Loading content, please wait...";localizedStringTable[34]="We're sorry, no polls or topics matching your criteria were found";localizedStringTable[35]="Click here to see other interesting polls and topics";localizedStringTable[36]="Thank you for voting!";localizedStringTable[37]="Please Wait";localizedStringTable[38]="We're sorry, you can't participate in this survey.<br/><br/>To be eligible you must <a href=\"/MyAccount.aspx?pagemode=2\">complete your profile</a><br/>and accept to participate in surveys.";localizedStringTable[39]="en";localizedStringTable[40]="Opinion successfully posted. It will appear in minutes.";localizedStringTable[41]="You already posted an opinion on this topic.";localizedStringTable[42]="We're sorry, you can't participate in this poll.<br/><br/>To be eligible you must <a href=\"/MyAccount.aspx?pagemode=2\">complete your profile</a><br/>and accept to participate in surveys.";localizedStringTable[43]="Please enter text";localizedStringTable[44]="We're sorry, you can't participate in this survey because your country doesn't match the survey target country.";localizedStringTable[45]="See more";localizedStringTable[46]="Close";localizedStringTable[47]="Are you sure you want to delete the following user";localizedStringTable[48]="Are you sure you want to delete the following client";localizedStringTable[49]="Error Loading Details";localizedStringTable[50]="Are you sure you want to delete selected survey(s)";localizedStringTable[51]="Import to Wizard";localizedStringTable[52]="any answer";localizedStringTable[53]="You will be redirected to";localizedStringTable[54]="in 5 sec.";localizedStringTable[55]="We're sorry, you may only participate once in this survey";localizedStringTable[56]="Closing this application will cause any unsaved data to be lost.";localizedStringTable[57]="Copied successfully";localizedStringTable[58]="Are you sure you want to close this poll?";localizedStringTable[59]="Can not copy. Please Copy manually";localizedStringTable[60]="Subscribed successfully";localizedStringTable[61]="enter your opinion title here";localizedStringTable[62]="Your picture will appear here";localizedStringTable[63]="We're sorry, no videos found for your request";localizedStringTable[100]="";function GetLocalizedString(a){if(a<0||a>=numLocalizedStrings||localizedStringTable[a]=="undefined"){return""}return localizedStringTable[a]};