

var ImageArr1 = new Array(
 
"http://www.rsaconference.com/images/sidebar/rsa-conference.jpg",
"http://www.rsaconference.com/images/sidebar/credit.jpg",
"http://www.rsaconference.com/images/sidebar/flickr.jpg",
"http://www.rsaconference.com/images/sidebar/rsa-home.jpg");

var HeadlineArr1 = new Array(
 
"RSA&copy; CONFERENCE EUROPE 2010",
"EARN CPE CREDITS FOR ATTENDING RSA CONFERENCE EUROPE",
"RELIVE RSA&copy; CONFERENCE EUROPE 2009",
"CONTINUE TO LEARN, SHARE AND CONNECT");

var PromoArr1 = new Array(
 
"Be sure to mark your calendars and join us from 19th to 21st October in London for RSA Conference Europe 2010. Register your interest  now and receive a discount of £100 when registration opens.",
"Keep your certifications up to date! Members of (ISC)2 can earn CPE credits for attending sessions at RSA Conference Europe.",
"Check out video blogs and photos from London. Relive the memories.",
"Visit us at www.rsaconference.com, 'Where the World Talks Security', and continue the conversation. Share information and best practices and network with your peers.  Get the latest news, podcasts, webinars and blogs.");

var LinkTextArr1 = new Array(
 
"Register your interest",
"Learn more",
"Watch now",
"Go to Site");

var LinkArr1 = new Array(
 
"/microsites/rsa-conference/2009/europe/pdf/rsace-2009-registration-form.pdf",
"https://365.rsaconference.com/blogs/rsa-conference-blog/2009/09/08/cpe-credits-for-rsa-conference-europe-2009",
"https://365.rsaconference.com/community/connect/rsa-conference-europe-2009?view=blog",
"http://www.rsaconference.com/");


var rand = 2; 
document.write("<img src='" + ImageArr1[rand] + "'> ");
document.write("<h2>" + HeadlineArr1[rand] + "</h2> ");
document.write("<p>" + PromoArr1[rand] + "</p> ");
if(LinkArr1[rand]!="#"){
	document.write("<p><b><a href='" + LinkArr1[rand] + "'>"+ LinkTextArr1[rand] +" &#x00bb;</a></b></p> ");
} 

rand = 1;
document.write("<img src='" + ImageArr1[rand] + "'> ");
document.write("<h2>" + HeadlineArr1[rand] + "</h2> ");
document.write("<p>" + PromoArr1[rand] + "</p> ");
if(LinkArr1[rand]!="#"){
	document.write("<p><b><a href='" + LinkArr1[rand] + "'>"+ LinkTextArr1[rand] +" &#x00bb;</a></b></p> ");
} 
