function displayMainAd(URL,IMG) {
	var ad = Math.round(Math.random()*6)

	if (ad==0) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/meeting/2010/"><img src="http://'+IMG+'/images/main_ad1.jpg" width="260" height="200" border="0" title="2010 FLC National Meeting" alt="2010 FLC National Meeting" /></a></p>');
	}

	if (ad==1) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/store/desk-reference/"><img src="http://'+IMG+'/images/main_ad2.jpg" width="260" height="200" border="0" title="FLC Technology Transfer Desk Reference" alt="FLC Technology Transfer Desk Reference" /></a></p>');
	}

	if (ad==2) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/store/greenbook/"><img src="http://'+IMG+'/images/main_ad3.jpg" width="260" height="200" border="0" title="Federal Technology Transfer Legislation and Policy" alt="Federal Technology Transfer Legislation and Policy" /></a></p>');
	}

	if (ad==3) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/news/"><img src="http://'+IMG+'/images/main_ad4.jpg" width="260" height="200" border="0" title="FLC NewsLink" alt="FLC NewsLink" /></a></p>');
	}

	if (ad==4) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/locator/"><img src="http://'+IMG+'/images/main_ad5.jpg" width="260" height="200" border="0" title="Technology Locator" alt="Technology Locator" /></a></p>');
	}

	/*
	if (ad==5) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/store/tech-for-today-2009/"><img src="http://'+IMG+'/images/main_ad6.jpg" width="260" height="200" border="0" title="2009 Technology For Today" alt="2009 Technology For Today" /></a></p>');
	}
	*/

	if (ad==5) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/home/messaging/"><img src="http://'+IMG+'/images/main_ad7.jpg" width="260" height="200" border="0" title="Get FLC News Delivered To Your Cell Phone" alt="Get FLC News Delivered To Your Cell Phone" /></a></p>');
	}
	
	if (ad==6) {
		document.write('<p>ADVERTISEMENT<br /><a href="http://'+URL+'/store/dvd-2006/"><img src="http://'+IMG+'/images/main_ad8.jpg" width="260" height="200" border="0" title="FLC Technology Transfer Training DVD Set" alt="FLC Technology Transfer Training DVD Set" /></a></p>');
	}
}