// JavaScript Document

function RunJEWF()
{
    document.write('<object type="application/x-shockwave-flash" data="images/welcome.swf" width="665" height="500">\n');
    document.write('<param name="movie" value="images/welcome.swf" />\n');
    document.write('</object>\n');
}

function RunJEWF2()
{
    document.write('<object type="application/x-shockwave-flash" data="images/resume.swf" width="665" height="500">\n');
    document.write('<param name="movie" value="images/resume.swf" />\n');
    document.write('</object>\n');
}

function RunJEWF3()
{
    document.write('<object type="application/x-shockwave-flash" data="images/portfolio.swf" width="665" height="500">\n');
    document.write('<param name="movie" value="images/portfolio.swf" />\n');
    document.write('</object>\n');
}

function RunJEWF4()
{
    document.write('<object type="application/x-shockwave-flash" data="images/websites.swf" width="665" height="520">\n');
    document.write('<param name="movie" value="images/websites.swf" />\n');
    document.write('</object>\n');
}
