well what is needed is something like
var link = " http://www.google.com";
< a href= 'link' />
or something like it . so i need to use a var as a href ? anyway to do such thing ?
forgot to mention iam using it under mozilla jetpack - html : "" tag
it worked with "< a href= ' " + link + " ' />
anyone has a better way ?