var vr_selections = 2; // Number of different picture sets you will have
var vr_random = Math.floor(Math.random() * vr_selections)  // Pick a random number between 1 and the number of picture sets
if(vr_random == 1){ // If it choose one...
 document.write('<div style="margin-top: 10px;"><a href="/ads/buyersguide.asp">',
				'<img src="/ads/buyers_guide_125_mem.gif" border="0"></a></div>');
 document.write('<div></div>');
 document.write('<div style="margin-top: 10px;"><a href="http://www.cupahr.org/jobline/index.asp">',
				'<img src="http://www.cupahr.org/ads/jobline_new.gif" border="0"></a></div>');
 
 }else{ // If it chooses something other than two...
 document.write('<div style="margin-top: 10px;"><a href="/ads/buyersguide.asp">',
				'<img src="/ads/buyers_guide_125_mem.gif" border="0"></a></div>');
 document.write('<div></div>');
 document.write('<div style="margin-top: 10px;"><a href="http://www.cupahr.org/jobline/index.asp">',
				'<img src="http://www.cupahr.org/ads/jobline_new.gif" border="0"></a></div>');

}
