No that wasn't quite it ... but that put me on the track I needed to be. Thanks ...
Here's what I needed:
If Date = x_Date Then
If Time >= x_Start And Time =< x_End Then
Response.write ("Event is right now")
Else
Response.write ("No Event Right Now")
End If
End If
Thanks for the help!
If you wanna see the beta page I'm working on it's here: Click Here
I'm Beyond Help