//
// Object Embed - 
//

function embedObject() {
   	document.write('<embed src=\"img/home.swf\" width=\"900\" height=\"254\">');

document.write('</embed>');
}

// execute!
embedObject();
