//======================================================================
function getSpotlight(number)

{
    
	document.frmSpotlight.filenumber.value=number
	document.frmSpotlight.news.value='filecontent'
	document.frmSpotlight.action="/Media_wac/media.exe"
	document.frmSpotlight.target="_self"
	document.frmSpotlight.submit();

	
}
 //======================================================================