<!--//This is code for the random text function random_text_1() {}; var random_text_1 = new random_text_1(); // Set the number of text strings to zero to start var number_1 = 0; // Incremental list of all possible Text random_text_1[number_1++] = "In 2005, an investment of $1 in direct mail ad expenditures returned, on average, $11.49 in incremental revenue across all industries."						   random_text_1[number_1++] = "Campaigns that employ Personalized Landing Pages are reporting a 20% to 30% increase in response rates." random_text_1[number_1++] = "71% of U.S. consumers respond to direct mail based on a need for the product, seasonality and perceived value of the offer."  // Create a random number with limits based on the number // of possible random text strings var random_number = Math.floor(Math.random() * number_1);   <!--//This is code for the random text function random_text_2() {}; var random_text_2 = new random_text_2(); // Set the number of text strings to zero to start var number_2 = 0; // Incremental list of all possible Text random_text_2[number_2++] = "As a rule of thumb, you’ll receive 25% of total direct mail responses within the first week, 50% within two weeks and 75% within four weeks."						   random_text_2[number_2++] = "The average person spends 7 minutes a day going through<br>their mail." // Create a random number with limits based on the number // of possible random text strings var random_number = Math.floor(Math.random() * number_2);