function insertFlashad3(elm, url, w, h, id) {
if (!document.getElementById(elm)) return;
var strad3 = '';
if('jpg'=='swf'){
strad3 += '';}
else{
strad3 += "";
};
document.getElementById(elm).innerHTML = strad3;
}
document.write("