function formcheck() {	
		if( !document.form1.site.value || document.form1.site.value == "" ) {
		window.alert( 'You need to fill in your web site URL.' );
		return false;} 
		if( !document.form1.reciprocal.value || document.form1.reciprocal.value == "" ) {
		window.alert( 'You need to fill in a URL link location from your partner.' );
		return false;} 
		else window.setTimeout('document.form1.submit();',100);}
function Open2(){//http://www.surfwebtips.com/
	win=window.open("http://www.surfwebtips.com/linkhelpB3.htm","myWin","height=320,width=350,toolbars=0,address=0,scrollbars=1");}
function Open6(){
	win=window.open("http://www.surfwebtips.com/demo-link-check.htm","myWin","height=850,width=950,toolbars=0,address=0,scrollbars=1");}