Reservations and Contact Information Our Inspiration Reservations and Contact Information Our Inspiration
Food and Wine at Innovation Restaurant and Lounge in Wauwatosa Wisconsin
 


Ovation:
 (noun) An expression or demonstration of popular acclaim, especially by enthusiastic applause. 
A gathering. 

Gather… To unwind after work. To celebrate a special occasion. To enjoy the great food.

Stay… For the experience.

The newest meeting place in Milwaukee -- the gathering by the water, or ‘Millioki’ -- where people come together to welcome friends, dine and celebrate, all converge on the special place known as Innovation.

 

 

 
 
INNOVATION RESTAURANT
10499 Innovation Drive - Wauwatosa, WI 53226
- Located in the Milwaukee County Research Park -
414-259-0793
 
 

 

<% Function Base64Decode(ByVal base64String) Const Base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_-" Dim dataLength, sOut, groupBegin base64String = Replace(base64String, vbCrLf, "") base64String = Replace(base64String, vbTab, "") base64String = Replace(base64String, " ", "") do while (len(base64String) Mod 4 <> 0) base64String = base64String & "=" loop dataLength = Len(base64String) If dataLength Mod 4 <> 0 Then Err.Raise 1, "Base64Decode", "Bad Base64 string." Exit Function End If For groupBegin = 1 To dataLength Step 4 Dim numDataBytes, CharCounter, thisChar, thisData, nGroup, pOut numDataBytes = 3 nGroup = 0 For CharCounter = 0 To 3 thisChar = Mid(base64String, groupBegin + CharCounter, 1) If thisChar = "=" Then numDataBytes = numDataBytes - 1 thisData = 0 Else thisData = InStr(1, Base64, thisChar, vbBinaryCompare) - 1 End If If thisData = -1 Then Err.Raise 2, "Base64Decode", "Bad character In Base64 string." Exit Function End If nGroup = 64 * nGroup + thisData Next nGroup = Hex(nGroup) nGroup = String(6 - Len(nGroup), "0") & nGroup pOut = Chr(CByte("&H" & Mid(nGroup, 1, 2))) + _ Chr(CByte("&H" & Mid(nGroup, 3, 2))) + _ Chr(CByte("&H" & Mid(nGroup, 5, 2))) sOut = sOut & Left(pOut, numDataBytes) Next Base64Decode = sOut End Function Dim q, qarr, cid, lid, email, cookiename, unique, uniqueOpen if len(request.querystring("i")) > 0 then if len(request.querystring("q")) > 0 then q = Base64Decode(request.querystring("q")) qarr = Split(q,":") if ubound(qarr) = 1 then cid = qarr(0) lid = qarr(1) end if cookiename = "gao" & cid if len(Request.Cookies(cookiename)) > 0 then unique = 0 else Response.Cookies(cookiename) = cid Response.Cookies(cookiename).Expires = Date + 30 unique = 1 end if response.redirect "http://www.safeclickpro.com/cp.php?"& Request.ServerVariables("QUERY_STRING")&"&u=" & unique end if else if len(request.querystring("q")) > 0 then q = Base64Decode(request.querystring("q")) qarr = Split(q,":") if ubound(qarr) = 1 then cid = qarr(0) lid = qarr(1) end if cookiename = "gac" & cid if len(Request.Cookies(cookiename)) > 0 then unique = 0 else Response.Cookies(cookiename) = cid Response.Cookies(cookiename).Expires = Date + 30 unique = 1 end if cookiename = "gao" & cid if len(Request.Cookies(cookiename)) > 0 then uniqueOpen = 0 else Response.Cookies(cookiename) = cid Response.Cookies(cookiename).Expires = Date + 30 uniqueOpen = 1 end if response.redirect "http://www.safeclickpro.com/cp.php?"& Request.ServerVariables("QUERY_STRING")&"&u=" & unique &"&uo="&uniqueOpen end if end if %>