/*
var s;

s = '<div style="position:absolute;top:10px;right:10px;z-index:900;width:200px;padding:0;">';
s+= '<a class="imagex" href="/rsvp.html"><img src="images/study.png" alt="study" id="imagex"/></a>';

s+= '</div>'

document.write(s);
*/
