// JavaScript Document

function randomText()
{
var text_st = new Array(constString1, constString2, constString3, 
constString4, constString5, constString6, constString7, constString8, 
constString9, constString10, constString11,constString12,constString13,constString14,constString15);

var l = text_st.length;

var rnd_no = Math.round((l-1)*Math.random());
return(text_st[rnd_no]);



}

var constString1 = 'Download the <A href="/downloads/globPartDel.htm">Global Delete of Participants Plugin</A> to remove unwanted guests from your events'
var constString2 = 'Limit the number of users who have supervisor rights'
var constString3 = 'Use attributes sparingly. Often events or relationships can be used instead and store more information'
var constString4 = 'Limit the use of constituent codes to your most important segmentation groups. That way it is easier to define constituent groups'
var constString5 = 'Need more security restrictions? – Let us write a customization'
var constString6 = 'Need to segment stamp your gifts? – Let us write a customization'
var constString7 = 'Use a default set on an action’s notes to create a template of information to be filled out by your users before saving the action'
var constString8 = 'On funds, campaigns and appeals tick the limit data entry and the default flag to make data entry more efficient and accurate'
var constString9 = 'Try to keep your table abbreviations consistent. Do not use &quot;Mr&quot; and then &quot;Mrs.&quot; Make sure that they either both have or don&#8217;t have the full stop'
var constString10 = 'If you have a CSV file with constituent IDs, you can create a query from them by doing an update import and selecting to create an output query of the records updated'
var constString11 = 'Drag your RE homepage links to your Windows desktop for quick access to your reports, queries and other RE links'
var constString12 = 'Download the <A href="/downloads/remindUpdater.htm">Action Reminder Updater</A> when a user leaves your organisation to assign their actions to another user'
var constString13 = 'In an import, overwrite existing field data with a blank by putting a "^" symbol in the import file.'
var constString14 = 'From RE 7.85 you are now able to make attributes inactive. Avoid confustion and use only meaningful attributes'
var constString15 = 'If you are a developer or have inhouse developers then visit our sister site <A href="http://www.re-decoded.com">RE-Decoded</A>'

