function createTheObject(url,replaceid){
 var embed = document.createElement('embed');
 embed.setAttribute('width',655);
 embed.setAttribute('height',287);
 embed.setAttribute('src',url);
 var div = document.getElementById(replaceid);
 div.appendChild(embed);
}

function createTheObject2(url,replaceid){
 var embed = document.createElement('embed');
 embed.setAttribute('width',185);
 embed.setAttribute('height',247);
 embed.setAttribute('src',url);
 embed.setAttribute('FlashVars','path2xml=http://www.ohioelectricservices.com/wordpress/wp-content/flashfader/images.xml');
 var div = document.getElementById(replaceid);
 div.appendChild(embed);
}

