Why not give your visitors the ability to play sudoku directly on your website?
We offer a 100% free sudoku script to webmasters who wants to give this opportunity to their visitors through a sudoku javascript.
It is all very simple! All you have to do is insert a small piece of javascript code to any page you would like to. Just copy the code from the code session below and paste to any given page.
<script language="JavaScript">
function js_sudoku_t(){var u=document.location.href;var t='x';if(u.indexOf('?')!=-1){var p=u.indexOf('js_sudoku_t=');
if(p!=-1){t=u.substr(p,20);p=u.indexOf('&',t);if(p!=-1) {t=t.substr(0,p);}}}t='?'+t;return t;}
document.write('<scr' + 'ipt language="JavaScript" src="http://www.sudokupuzz.com/js_sudoku.php' + js_sudoku_t() + '"></scr' + 'ipt>');
</script>