// JavaScript Document

function flash(n) {
	var filename = n;
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="695" height="230" id="index" align="middle">');
	document.write('<param name="movie" value="http://create.upsold.com/pages/' + filename + '.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="http://create.upsold.com/pages/' + filename + '.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="695" height="230" wmode="transparent"></embed>');
	document.write('</object>');
}
