Current Giveaways:
- The Twelve Days of Dash & Lily – ENDED
- Princess Tiana Funko Pop Giveaway – LIVE
- Candle Giveaway – ENDED
_____________________________________
Have you won a giveaway? Use the below tracker to find out what stage it’s at!
function passWord() {
var testV = 1;
var pass1 = prompt(‘Please Enter Your Tracking Number’,’ ‘);
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() =="candlewinner") {
alert('Yay! Click OKAY to proceed.');
window.open('https://www.prettylittlememoirs.com/p/tracking.html');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','Password');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return " ";
}