
var path_to_cgi="http://www.allthingschristmas.com/cgi-bin/tellchristmas.cgi";

// You dont need to change anything else
function tellchristmas(){
path_to_cgi += '?url=' + escape(document.location);
window.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESISABLE=NO,scrollbars=yes,top=40,left=20,width=310,height=340");
}
