function tlxRecommend(){
 var tf=document.forms.TellAFriend;
 if (tf.length && !tf.elements) tf=tf[0];
 tf.submit();
} 
