/* Password Protection Script by http://www.bloggerspice.com*/ var password = ‘PanArt01’ password=prompt(‘Please enter the password to enter this page:’,”); if (password != ‘PanArt01′) { location.href=’https://pan-the-artist.blogspot.com/p/classroom.html’; }