	// get our flash movie object
	function init()
	{
		if (document.getElementById) flashMovie = document.getElementById(flashID);
	}
	
	function reloadPage()
	{
		window.location.href=window.location.href;
	}
	
	function getParameters( name )
	{
	  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
	  var regexS = "[\\?&]"+name+"=([^&#]*)";
	  var regex = new RegExp( regexS );
	  var results = regex.exec( window.location.href );
	  if( results == null )
	    return "";
	  else
	    return results[1];
	}
