function FlashiKribajaLingiga(flashiasukoht,laius,korgus,url) {
document.write('<object type="application/x-shockwave-flash" data="' + flashiasukoht + '?clickTag=' + url + '" width="' + laius + '" height="' + korgus + '">');
document.write('<param name="movie" value="' + flashiasukoht + '?clickTag=' + url + '" />');
document.write('<param name="wmode" value="transparent" /></object>');
}
function FlashiKribajaLingita(flashiasukoht,laius,korgus) {
document.write('<object type="application/x-shockwave-flash" data="' + flashiasukoht + '" width="' + laius + '" height="' + korgus + '">');
document.write('<param name="movie" value="' + flashiasukoht + '" />');
document.write('<param name="wmode" value="transparent" /></object>');
}
function FlashiKribajaLingigaAltSisuga(flashiasukoht,laius,korgus,url,altpildiasukoht) {
document.write('<object type="application/x-shockwave-flash" data="' + flashiasukoht + '?clickTag=' + url + '" width="' + laius + '" height="' + korgus + '">');
document.write('<param name="movie" value="' + flashiasukoht + '?clickTag=' + url + '" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<a href="' + url + '"><img src="' + altpildiasukoht + '" /></a></object>');
}
