var text = new Array(3), url = new Array(3), n = Math.floor (Math.random()*3);

text[0] = 'Get 18 issues FREE when you subscribe to the Monitor today&#33;';
url[0] = 'https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=CSX&cds_page_id=67239&cds_response_key=I2ACSXTB1';
text[1] = 'Get the Monitor\'s NEW DIGITAL EDITION for only $4.99/month&#33;';
url[1] = 'https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=CSZ&cds_page_id=98018&cds_response_key=I2ACSZTB1';
text[2] = 'Click here to receive the next full month of the Daily News Briefing - a new news service from The Christian Science Monitor - ABSOLUTELY FREE&#33;';
url[2] = 'https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=CTE&cds_page_id=76047&cds_response_key=I2ACTETB1';

document.write ('<h2 style="color: ff0000;"><a style="color: #cc0000;" href="' + url[n] + '">' + text[n] + '</a></h2>');


