function logo()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="375" height="250" ...>\n');
    document.write('<param name="movie" value="themes/SB42/images/logo.swf" />\n');
	document.write('<param name="BGCOLOR" value="#111111" />\n');
	document.write('<embed src="themes/SB42/images/logo.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="375" height="250"></embed>');
    document.write('</object>\n');
}

function nav()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="261" height="45" ...>\n');
    document.write('<param name="movie" value="themes/SB42/images/nav.swf" />\n');
	document.write('<param name="BGCOLOR" value="#111111" />\n');
	document.write('<embed src="themes/SB42/images/nav.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="261" height="45"></embed>');
    document.write('</object>\n');
}

function forumhead()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="425" height="150" ...>\n');
    document.write('<param name="movie" value="themes/SB42/images/forum-head.swf" />\n');
	document.write('<param name="BGCOLOR" value="#111111" />\n');
	document.write('<embed src="themes/SB42/images/forum-head.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="425" height="150"></embed>');
    document.write('</object>\n');
}
