Thanks for visiting! This page is currently under maintenance.

Please sign up via mail@janinerainforth.com for  more news on releases and happenings and updates on when it goes live 

💜

script type="text/javascript"> jQuery(document).ready(function () { //Disable cut copy paste jQuery('body').bind('cut copy paste', function (e) { e.preventDefault(); }); //Disable mouse right click jQuery("body").on("contextmenu",function(e){ return false; }); });