function writeFlash(country_code, banner_type, banner_who, banner_one, banner_two) {
	var movieId = "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000";
	var movieBase = "http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0";
	var movieWidth = "1024";
	var movieHeight = "768";
	var movieSrc = "what2areyou.swf";
	var movieName = "movie";
	var movieAlign = "center";
	var movieQuality = "high";
	var movieAllow = "always";
	var movieColor = "#000000";
	var flashVar = "country_id=" + country_code + "&amp;type_id=" + banner_type + "&amp;slash_who=" + banner_who + "&amp;slash_one=" + banner_one + "&amp;slash_two=" + banner_two ;
	
	document.write('<object classid='+movieId+' width='+movieWidth+' height='+movieHeight+' codebase='+movieBase+'>\n');
	document.write('<param name='+movieName+' value='+movieSrc+' /><param name="quality" value='+movieQuality+' /><param name="FlashVars" value='+flashVar+' /><param name="bgcolor" value='+movieColor+' \n');
	document.write('<embed src='+movieSrc+' bgcolor='+movieColor+' width='+movieWidth+' height='+movieHeight+' name='+movieName+' align='+movieAlign+' play="true" loop="false" quality='+movieQuality+' FlashVars='+flashVar+' allowScriptAccess='+movieAllow+' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
	document.write('</embed>\n');
	document.write('</object>\n');

}

function gup( fVar ) {
	  var regexS = "[\\?&]"+fVar+"=([^&#]*)";
	  var regex = new RegExp( regexS );
	  var tmpURL = window.location.href;
	  var results = regex.exec( tmpURL );
	  if( results == null )
		return "";
	  else
		return results[1];
}

////// make sure the below line is inserted into the head tag ///////
/* <script src="scripts/writeSeeezer.js" type="text/javascript"></script> */