/* this file contains common javascript functions used throughout the site */



// this function is called by the flash content box to retrieve the CSS file

function getStyleSheetRef() {

	return document.getElementById('flashCSSFile').href;

}
