// JavaScript Document

function internGallery()
{
    document.write('<object type="application/x-shockwave-flash" data="internGallery.swf" width="530" height="400">\n');
    document.write('<param name="movie" value="internGallery.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}
