function runFlash(a,b,c)
{
	var xlink = a;
	var xwidth = b;
	var xheight = c;
    document.write('<object type="application/x-shockwave-flash" data="' + xlink + '" width="' + xwidth + '" height="' + xheight + '">\n');
    document.write('<param name="movie" value="' + xlink + '" />\n');
    document.write('<img src="http://media.channelbladelive.com/boat_graphics/templatesites/dts/dealerlibraries/nobvdid/blank.gif" width="' + xwidth + '" height="' + xheight + '" alt="" />\n');
  	document.write('</object>\n');
}