function popinsert1(src, name) 
{ 
var noticeCookie=getCookie(name);
if (noticeCookie != 'no') 
window.open(src,name,'width=320,height=440,top=200,left=200'); 
}
popinsert1('./popup/popinsert1.html','popinsert1');
