// USE ABSOLUTE URL'S FOR THE IMAGES SO THEY SHOW UP IN IMIS !!!!!!!!!!!!!!!!!!!!! //

// USE HTTPS ON ALL CUPAHR URLs //

var vr_selections = 3; // 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...
 // Chronicle
 document.write('<div style="margin-top: 10px;"><a href="http://chroniclegreatcolleges.com/content/view/6/16/" target="_blank">',
				'<img src="https://www.cupahr.org/ads/GCTWFBanner_12.gif" border="0"></a></div>');
				
  // Halogen Software
 document.write('<div style="margin-top: 10px;"><a href="http://www.halogensoftware.com/landing/leading-solution/pa_eAppraisal_HE.php?source=web&c=ADO_CUPA_DEC11" target="_blank">',
				'<img src="https://www.cupahr.org/ads/rectangle_CUPA_DEC_125x125.gif" border="0"></a></div>');
 
 // CUPA-HR Buyers Guide
 //document.write('<div style="margin-top: 10px;"><a href="/ads/buyersguide.asp">',
//				'<img src="https://www.cupahr.org/ads/buyers_guide_125_mem.gif" border="0"></a></div>');

}else if(vr_random == 2){ // If it choose one...
 // HigherEdJobs
 document.write('<div style="margin-top: 10px;"><a href="http://www.higheredjobs.com/ClickThru/partner.cfm?key=CUPAHomepageSubs" target="blank"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="125"><param name="movie" value="https://www.cupahr.org/ads/HEJ_CUPAHR_Banner_2011.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent"><embed src="https://www.cupahr.org/ads/HEJ_CUPAHR_Banner_2011.swf" quality="high" wmode="transparent" pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="125" height="125"></embed></object></a></div>');
 // CUPA-HR JobLine
 document.write('<div style="margin-top: 10px;"><a href="http://www.cupahr.org/jobline/index.asp">',
				'<img src="https://www.cupahr.org/ads/jobline_new.gif" border="0"></a></div>');

}else{ // If it chooses something other than two...
// CUPA-HR Buyers Guide
 document.write('<div style="margin-top: 10px;"><a href="/ads/buyersguide.asp">',
				'<img src="https://www.cupahr.org/ads/buyers_guide_125_mem.gif" border="0"></a></div>');
// CUPA-HR Harassment DVD
 document.write('<div style="margin-top: 10px;"><a href="http://www.halogensoftware.com/landing/leading-solution/pa_eAppraisal_HE.php?source=web&c=ADO_CUPA_DEC11" target="_blank">',
				'<img src="https://www.cupahr.org/ads/rectangle_CUPA_DEC_125x125.gif" border="0"></a></div>');
}
