function throwQueryString() {
if (document.location.search) {
     
     window.location = "http://freakycreatures.com/a1/ageVerification.aspx" + document.location.search + "&SKU=F2P";
     
}
else {
     
     window.location = "http://freakycreatures.com/a1/ageVerification.aspx?AFI=AFYCOM&SKU=F2P";
     
}
    //window.document.location = "http://freakycreatures.com/A1/ageVerification.aspx" + document.location.search;
}
function order() {
    
    window.open('http://www.upped.com/category/17073901841/1/Home.htm' + document.location.search, 'Purchase_Freaky_Creatures', 'width=1024, height=768, toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes, resizable=yes');
}