
//script path
var path_to_cgi="http://www.sks-bottle.com/cgi-bin/SKSsendPage.cgi";

function sksSendPage(){
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=NO,TOP=40,LEFT=20,WIDTH=380,HEIGHT=470");
}



