function stepshift_flash_banner_home()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="220">\n');
    document.write('<param name="movie" value="/wp-content/themes/stepshift/flash/banners/stepshift.swf">\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/wp-content/themes/stepshift/flash/banners/stepshift.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="220"></embed>\n');
    document.write('</object>\n');
}

function stepshift__flash_banner(file)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="668" height="220">\n');
    document.write('<param name="movie" value="/wp-content/themes/stepshift/flash/banners/'+file+'">\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/wp-content/themes/stepshift/flash/banners/'+file+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="668" height="220"></embed>\n');
    document.write('</object>\n');
}

function stepshift__flash_text_box(file)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="324" height="220">\n');
    document.write('<param name="movie" value="/wp-content/themes/stepshift/flash/text-box/'+file+'">\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/wp-content/themes/stepshift/flash/text-box/'+file+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="324" height="220"></embed>\n');
    document.write('</object>\n');
}
