-1) {
var s = source.indexOf("", e);
// Add to scripts array
scripts.push(source.substring(s_e+1, e));
// Strip from source
source = source.substring(0, s) + source.substring(e_e+1);
}
// Loop through every script collected and eval it
for(var i=0; i= checkstime && (time_list[i] <= checketime))
{
if(time_booked[time_list[i]])
overlap = true;
}
}
return overlap;
}
function dayspan_blocked(start,end,stime,etime)
{
start = date_int(start);
end = date_int(end);
blocked = false;
block_msg = "";
if(start==end)
{
ds = day_status[(start*1)];
if(ds=="open") av = true;
else if(ds=="partial")
{
//alert("booking overlap: " + booking_overlap(stime, etime));
if(booking_overlap(stime, etime))
{
av = false;
block_msg = "The time(s) you have chosen overlaps another booking";
}
else
av = true;
}
else
{
if(ds=="closed") block_msg = "There is a closure scheduled for this day";
else if(ds=="early") block_msg = "The date(s) you have chosen are in the past";
av = false;
}
if(!av)
{
if(block_msg!="")
blocked = block_msg;
else
blocked = "The date/time you have chosen is not available";
}
}
else
{
for(i=start; i<=end; i++)
{
ds = day_status[i];
av = false;
if(ds=="open") av = true;
//open,booked,partial,closed,early
if(!av)
{
blocked = "The dates you have chosen are not available";
}
}
}
return blocked;
}
4 hours: regular price
Add up to 4 additional hours for only $20!
Party all night long for the 8 hour rate + $40!
|
|
| | | | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | 9 | 10 | 11 | | 12 | 13 | 14 | 15 | 16 | 17 | 18 | | 19 | 20 | 21 | 22 | 23 | 24 | 25 | | 26 | 27 | 28 | 29 | 30 | 31 | | | | | | | | | |
| | | |
|
|