/**
 * http://www.mediacollege.com/internet/troubleshooter/activate-embedded-object.html
 *
 */

document.write('<object width="440" height="240">');
document.write('<param name="movie" value="sisterlist.swf">');
document.write('<embed src="sisterlist.swf" type="application/x-shockwave-flash" width="440" height="240"></embed>');
document.write('</object>');

