/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

jQuery(document).ready(function(){
 
 var content2 = "<div id='temwrapper'><div><img src='/images/pac_home1.jpg' width='940' height='315' alt='' /></div>";
     content2 +="<div style='text-align:right;'>";
     content2 +="<a href='javascript:TINY.box.hide();'><img src='/images/enter-site-small.png' width='200' height='75' alt='' /></a></div></div>";
 TINY.box.show(content2,0,0,0,1);

});

