var bgcolor;
var txtcolor;
var buttoncolor;
var lang;
if(bgcolor==null || bgcolor==undefined){ bgcolor="F7F9FD"; }
if(buttoncolor==null || buttoncolor==undefined){ buttoncolor="CDDAF0"; }
if(txtcolor==null || txtcolor==undefined){ txtcolor="4E6BA0"; }
if(lang==null || lang==undefined){ lang="fr"; }
document.write("<iframe title=\"Sudoku\" src=\"http://www.flash-sudoku.com/sudoku_ext/flashsudoku_javascript_sohei.php?lan=" + lang + "&bgcolor=" + bgcolor + "&txtcolor=" + txtcolor + "&buttoncolor=" + buttoncolor + "&host=" + window.location.host + "&path=" + window.location.pathname + "\" allowtransparency=\"true\" frameborder=\"0\" height=\"590\" width=\"460\" scrolling=\"no\"></iframe>");