Can't make it to the show? Let us send you a Hot Stripper right to your party!
We only serve the following areas:
New York New Jersey Connecticut
Renting a male in NYC is $200. Areas further is subject to a travel fee.
The total price is $100 deposit + $125 to dancer once he arrives(+ travel fee if it applies)
Instructions:
Fill in the form on this page.
Travel fee Examples:
Example 1: If your party is in Yonkers NY, you will pay $100 + $25 (travel fee over 15 miles) = $100 online + $125 CASH on arrival.
Example 2: If your party is in Manhattan NY, you will pay $100 + $0 (No travel fee for NYC) = $100 online + $100 CASH on arrival.
Please fill out as many of the fields below as you can or call 732-298-8632
Once we have your details we can be more specific to which guys can cover your event.
Rent-A-Man Booking deposit fee:
Price: $100.00
The $100 booking fee is a partial payment only. Total price is more and may vary. For more information on the total price please e-mail us or call us at 732-298-8632.
All Sales are Final... No Refunds or cancellations.
1,
"locations" => "atlantic_city",
"state" => "NJ",
"days_num" => "6"
);
$locs_array[1] = array(
"id" => 2,
"locations" => "manhattan",
"state" => "NY",
"days_num" => "5,6"
);
$locs_array[2] = array(
"id" => 4,
"locations" => "staten_island",
"state" => "NY",
"days_num" => "5"
);
$locs_array[3] = array(
"id" => 5,
"locations" => "sayreville",
"state" => "NJ",
"days_num" => "6"
);
foreach($locs_array as $row_all_loc){
$loc = $row_all_loc['locations'];
$varlocs[$cnt_locs] = ucwords(str_replace("_"," ",$row_all_loc['locations'])).", ".$row_all_loc['state'];
$varlocsid[$cnt_locs] = $row_all_loc['id'];
//get the locations days
//$loc = $_GET['loc'];
if(strpos($row_all_loc['days_num'],',') === false){
$days_num = array($row_all_loc['days_num']);
}else{
$days_parts = explode(",",$row_all_loc['days_num']);
$days_num = $days_parts;
}
//get the friday and saturday
$current_date = date('Y-m-d');
$current_year = date('Y');
$current_month = date('m');
$current_day = date('d');
$str[$cnt_locs] = "";
$val = "";
$week_days_arr = array("Mon.","Tue.","Wed.","Thu.","Fri.","Sat.","Sun.");
$week_days = "";
for($cntz=0;$cntz= 3 && $c <= 5) && $current_year == 2010 && $cnt_x == 0){
$cur = mktime(0, 0, 0, $current_month, $c, $current_year);
$val = date('F d, Y',$cur) ."-". date('F d, Y',($cur + (24*3600*2)));
$valz = date('M-d-Y',mktime(0, 0, 0, $current_month, $c, $current_year))."_at_0100PM";
$str[$cnt_locs] .= "<option value='".$valz."'> Within ".$val."</option>";
$cnt_x++;
}else{
if($current_day_num == 0){
$cur = mktime(0, 0, 0, $current_month, $c, $current_year);
$last_date_of_month = mktime(0, 0, 0, $current_month, $current_month_total_days, $current_year);
if(($cur + (24*3600*6)) >= $last_date_of_month){
$val = date('F d, Y',$cur) ."-". date('F d, Y',$last_date_of_month);
}else{
$val = date('F d, Y',$cur) ."-". date('F d, Y',($cur + (24*3600*6)));
}
if($c > 2){
$valz = date('M-d-Y',mktime(0, 0, 0, $current_month, $c, $current_year))."_at_0100PM";
$str[$cnt_locs] .= "<option value='".$valz."'> Within ".$val."</option>";
}
$current_monday = $c;
}else{
if($permonth == 0){
$cur = mktime(0, 0, 0, $current_month, 1, $current_year);
$current_day_nums = date('w',mktime(0, 0, 0, $current_month, 1, $current_year));
$till_sunday = 6 - $current_day_nums;
if($till_sunday == 0){
$till_sunday = 0;
}
if($c <= 6){
$val = date('F d, Y',$cur) ."-". date('F d, Y',($cur + (24*3600*$till_sunday))) ."val1";
$valz = date('M-d-Y',mktime(0, 0, 0, $current_month, 1, $current_year))."_at_0100PM";
//$str[$cnt_locs] .= "<option value='".$valz."'> Within ".$val."</option>";
}
$permonth++;
$current_monday = 1;
}
else{
//this is for other days which is not monday
//get monday for this week
$cur = mktime(0, 0, 0, $current_month, $c, $current_year);
$current_day_nums = date('w',mktime(0, 0, 0, $current_month, $c, $current_year));
$till_sunday = 6 - $current_day_nums;
if($till_sunday == 0){
$till_sunday = 6;
}
$curnew = mktime(0, 0, 0, $current_month, $c-($current_day_nums), $current_year);
if($current_monday < ($c-($current_day_nums))){
$val = date('F d, Y',$curnew) ."-". date('F d, Y',($cur + (24*3600*$till_sunday))) ."val2";
$valz = date('M-d-Y',mktime(0, 0, 0, $current_month, $c-($current_day_nums), $current_year))."_at_0100PM";
//$str[$cnt_locs] .= "<option value='".$valz."'> Within ".$val."</option>";
$current_monday = $c-($current_day_nums);
}
}
}
}
}
}
if($current_month == 12){
$current_year++;
$current_month = 1;
$current_day = 1;
}else{
$current_month++;
$current_day = 1;
}
}
$cnt_locs++;
}
//get all the locations
foreach($locs_array as $row_all_loc){
$val_loc = ucwords(str_replace("_"," ",$row_all_loc['locations'])).", ".$row_all_loc['state'];
if($row_all_loc['id'] != "5"){
if($row_all_loc['id'] == "1"){
$val_loc = "In Atlantic City";
}elseif($row_all_loc['id'] == "2"){
$val_loc = "New York Locations";
}elseif($row_all_loc['id'] == "4"){
$val_loc = "New Jersey Locations";
}
$str_loc .= "".$val_loc." ";
}
}
$locz = $_GET['loc'];
if(isset($_GET['site'])){
$site=$_GET['site'];
}else{
$site = "";
}
if(isset($_GET['subsite'])){
$subsite = $_GET['subsite'];
}else{
$subsite = "";
}
if($site == "evemalerevue"){
$slocs = "new-york";
}elseif($site == "newyorkmalerevue" || $site == "onlymalestrippers"){
$slocs = "new-york";
}else{
$slocs = "atlantic-city";
}
?>
if($site == "evemalerevue"){ ?>
}else if($site == "newyorkmalerevue" || $site == "onlymalestrippers"){ ?>
}elseif($site == "getpunished"){ ?>
}else{
if($subsite=='ams'){
?>
}else{ ?>
}} ?>
Click Here to View Our Male Strippers