We're not just in Peoria. Strippers can be found for many other cities in our nation-wide network of strippers. Connect your party to the stripper you are looking for.
Stripper Reservations
Please complete this form to ensure the best entertainment! * are required fields - Please fill in as many phone numbers as you can so we can easily contact you.
function validateForm (form) {
// alert("hello");
for (var e = 0; e < form.elements.length; e++) {
var el = form.elements[e];
if ( el.name == 'fullname' || el.name == 'showdate' || el.name == 'email' || el.name == 'cell_phone') {
if (el.type == 'text' || el.type == 'textarea' || el.type == 'password' || el.type == 'file') {
if (el.name == 'zipcode') {
if (el.value.length < 5 || isNaN(el.value)) {
alert('Please fill out the required numerical field ' + el.name);
el.focus();
return false;
}
}
if (el.name == 'email') {
if (!isEmailAddress(el.value)) {
alert('Please enter correct email address!');
el.focus();
return false;
}
}
if (el.value == '') {
alert('Please fill out the required text field ' + el.name);
el.focus();
return false;
}
}
else if (el.type.indexOf('select') != -1) {
if (el.selectedIndex == -1 || el.selectedIndex == 0) {
alert('Please select a value of the required select field ' + el.name);
el.focus();
return false;
}
}
else if (el.type == 'radio') {
var group = form[el.name];
var checked = false;
if (!group.length)
checked = el.checked;
else
for (var r = 0; r < group.length; r++)
if ((checked = group[r].checked))
break;
if (!checked) {
alert('Please check one of the required radio buttons ');
el.focus();
return false;
}
}
else if (el.type == 'checkbox') {
var group = form[el.name];
if (group.length) {
var checked = false;
for (var r = 0; r < group.length; r++)
if ((checked = group[r].checked))
break;
if (!checked) {
alert('Please check one of the required checkboxes ' + el.name);
el.focus();
return false;
}
}
}
}
}
return true;
}
function isEmailAddress (string) {
//var addressPattern = /^w+((-w+)|(.w+))*@[A-Za-z0-9]+((.|-)[A-Za-z0-9]+)*.[A-Za-z0-9]+$/;
//return addressPattern.test(string);
return true;
}
function checkEmail (field) {
}
All models, actors, actresses and other persons that appear in any visual depiction contained in this Website were over the age of eighteen years at the time of the creation of such depictions in accordance with the requirements of US Federal Law SECTION 18 U.S.C. 2257.