i've got a simillar problem... IE prompts for display of 'non-nsecure' elements... i get this for javascript and flash (loading calls javascript... direct adobe/macromedia drag&drop implementation)
...it doesnt really bother me if ppl have to confirm the page view but some with high security settings decline it by default settings (no prompt) and that is a problem
page is www.zivljenje.com ... its a simple javascript that has a table and a radnom function taht calls and writes one row of the table... something like "the thought of the day" (added the table comments and removed somea < begginig for the code visibility...)
script language="JavaScript"
type="text/javascript"> //THE TABLE
!-- var r_text = new Array ();
r_text[0] = "OBSTAJA SAMO EN JEZIK,
JEZIK SRCA. OBSTAJA SAMO ENA RELIGIJA,
RELIGIJA LJUBEZNI. OBSTAJA SAMO
ENA KASTA, KASTA ČLOVEŠTVA. OBSTAJA
SAMO EN BOG, KI JE VSEPRISOTEN. ";
r_text[1] = "Tako kot dobro preživet
dan prinese srečen spanec, dobro
porabljeno življenje prinese srečno
smrt."; r_text[2] = "Ne moremo
storiti velikih dejanj. Le mala
dejanja z veliko ljubezni.";
r_text[3] = "Poskrbi da dobiš, kar
imaš rad, drugače boš prisiljen imeti
rad, kar boš dobil."; r_text[4] =
"Pogum ni odsotnost strahu, je le
sodba, da je nekaj drugega pomembneje
od strahu"; r_text[5] = "Izkušnja ni
nekaj, kar se ti zgodi. Izkušnja je,
kar narediš s tistim, kar se ti
zgodi."; r_text[6] = "Vprašaj se, če
te to kar delaš danes, vodi tja, kjer
želiš biti jutri."; r_text[7] = "Gram
časa je gram zlata. A z gramom zlata
ne moremo kupiti grama časa.";
r_text[8] = "Resnično srečen je
človek, ki zna povsem natančno
presoditi samega sebe..."; r_text[9] =
"Nič več se ne odločam verjeti v stare
omejitve in v pomanjkanje.";
//END TABLE
var i = Math.floor(0*Math.random())
document.write(r_text[i]); //-->