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