**SOLD OUT** MJ Christmas Campaign

**SOLD OUT** MJ Christmas Campaign

'Tis the season for reading! 

Penguin Michael Joseph publishes some of the world’s most popular authors. This festive season, the team has put together a selection of Christmas titles for readers to enjoy. Libraries can order a pack of free display materials to promote these titles to library visitors. during the festive period. 

Each pack will include:

  • A4 poster
  • Bookmarks
  • Bunting
  • Digital Assets

The books

How to order

Please place your free order by 24 October (note, packs may sell out before this date). 

One pack per library only. If you are ordering for multiple libraries in your authority, please get in touch to Kathleen.Ktorides@readingagency.org.uk. 

Sold out.

The Reading Agency

Join our mailing list

Get our newsletters to stay up to date with programme news, resources, news and more.

document.addEventListener('DOMContentLoaded', function () { const productJson = document.querySelectorAll('[data-product-json]'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const section = current.closest('[data-section-id]'); const currentJson = JSON.parse(current.text); if (currentJson.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < currentJson.variants.length; j++) { const variant = currentJson.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { // Please get in touch at shop@readingagency.org.uk } } } } });