Giant crossword for the week of April 16, 2020
Read this article for free:
or
Already have an account? Log in here »
To continue reading, please subscribe:
Monthly Digital Subscription
$1 per week for 24 weeks*
- Enjoy unlimited reading on winnipegfreepress.com
- Read the E-Edition, our digital replica newspaper
- Access News Break, our award-winning app
- Play interactive puzzles
*Billed as $4.00 plus GST every four weeks. After 24 weeks, price increases to the regular rate of $19.00 plus GST every four weeks. Offer available to new and qualified returning subscribers only. Cancel any time.
Monthly Digital Subscription
$4.75/week*
- Enjoy unlimited reading on winnipegfreepress.com
- Read the E-Edition, our digital replica newspaper
- Access News Break, our award-winning app
- Play interactive puzzles
*Billed as $19 plus GST every four weeks. Cancel any time.
To continue reading, please subscribe:
Add Winnipeg Free Press access to your Brandon Sun subscription for only
$1 for the first 4 weeks*
*$1 will be added to your next bill. After your 4 weeks access is complete your rate will increase by $0.00 a X percent off the regular rate.
Read unlimited articles for free today:
or
Already have an account? Log in here »
Hey there, time traveller!
This article was published 17/04/2020 (1967 days ago), so information in it may no longer be current.
Tired of television? Maxed out on movies? Bored by board games? We’re here to help you pass the time during the pandemic.
The Free Press is delivering a giant crossword in Above the Fold weekly for the next nine weeks.
Enjoy.
var iframe1 = document.getElementById(‘iframe-xword’);
function setIframeSrc() {
if ( -1 == navigator.userAgent.indexOf(“MSIE”) ) {
iframe1.src=”https://amuselabs.com/pmm/crossword?id=giant_20200416_0400&set=wfp-daily&embed=1&compact=1&maxCols=2″;
}else {
iframe1.location = “https://amuselabs.com/pmm/crossword?id=giant_20200416_0400&set=wfp-daily&embed=1&compact=1&maxCols=2”;
}
}
var crosswordPaidAccessCheck = setInterval(function(){
if($(‘#iframe-xword’).is(‘:visible’)){
setIframeSrc();
clearInterval(crosswordPaidAccessCheck);
}
},500);
function receiveMessage(event) {
var origin = event.origin || event.originalEvent.origin;
if (origin === “https://amuselabs.com”) {
var object = JSON.parse(event.data); // parse the json
console.log (object);
if (object.frameHeight) {
console.log (“Setting frame height to ” + object.frameHeight);
// adjust the iframe height
iframe1.height = object.frameHeight;
}
}
}
window.addEventListener(“message”, receiveMessage, false);