function s2fSendForm2 () {
			if (!window.S2F_altURL) {
				s2fURL = window.document.location.href
			} else {
				s2fURL = S2F_altURL 
			}
			 var w = 440, h = 190, cw = w/2, ch = h/3;

               if (window.screen) {
                   cw = Math.floor((screen.availWidth-w)/2);
                   ch = Math.floor((screen.availHeight-h)/3);
                   }
			var mywin = window.open ('http://www.cereal.com/recommend.php?s2fURL=' + escape(escape(s2fURL))+'&s2fTitle='+escape(window.document.title), 's2f', 'width='+w+',height='+h+',top='+ch+',left='+cw+',scrollbars=yes')
		 } 
				