<!--

function FreeWS(i){
var W = 640;
var H = 480;
if (screen){
  W = screen.width;
  H = screen.height;
}
var L = (W - 614) / 2;
var T = (H - 364) / 2;

window.open('http://www.quizability.com/wordsearch/free/wspop.asp?i='+i,'FREEWS','width=614,height=364,left='+L+',screenX='+L+',top='+T+',screenY='+T)
}

//-->
