WELCOME TO OFFICIAL WEBSITE OF UNIVERSAL ENTERTAINMENT!

I, the undersigned, under penalties of perjury, solemnly declare and affirm the following:
1- I am an adult, being at least 18 years of age.
2- I am not accessing this material to use against the site operator or any person, whomsoever, in any conceivable manner.
3- I will not redistribute this material to anyone, nor will I permit any minor, or any other person who might find such material personally offensive, to see this material.
 

I subscribe to the principles of the First Amendment, which holds that free adult Americans have the right to decide for themselves what they will read and view, without governmental interference.

PARENTS: If you are concerned about accessing adult material on the internet please consult these services:
NETNANNY | SURFWATCH | CYBERSITTER

Disclaimer and Warning!  This site conforms with all applicable state and federal laws regarding pornographic materials. Universal Entertainment, Inc  Internet websites contain sexually-oriented adult material intended for individuals 18 years of age or older. By entering this site, you are certifying that you are of legal adult age, and downloading the images in this web site do not violate the community standards of your street, village, city, town, state, county or country. You also certify that you are wholly liable for any false disclosures and responsible for any legal ramifications that may arise from reading, viewing or downloading of images or material contained within this web site. Universal Entertainment, Inc and its affiliates can not be held responsible for any legal ramifications that may arise as a result of fraudulent entry into or use of this web site and/or material contained herein.

All models appearing in this media are over eighteen (18) years of age and have provided written or verbal consent to appear on this website.

Certificate of Compliance Records relating to any images on this site required to be maintained by 18 U.S.C. §2257 (a) through (c) and 28 C.F.R §75 are located at the Manville, New Jersey business address of Universal Entertainment, Inc, Custodian of Records and Photo Archive Librarian.  Reprinting, reproduction, and uploading of the photographs, videos, artwork, and other copyrighted materials in whole or in part anywhere on the Internet is illegal and forbidden except with the written permission of Universal Entertainment. All material within this website is the express property of Universal Entertainment, Inc. Any similarity between an individual person or persons depicted in the fictional contents or artwork of this web site and any real person or people is purely coincidental.

We do not want children on this site. If you are a parent and you want to block this site, please contact one of theCyber Patrol- http://www.cyberpatrol.com, Cybersitter - It is not our job to keep your children/minors off this site, it is your responsibility as a parent or guardian to keep your children from viewing this type of material. We have put warning pages up for their protection and have also included warnings in the source code of this website to alter the search engines and firewall software that this is ADULT material anything beyond that is totally up to you. Please adjust your browser/computer to block this type off content should you feel it is a problem in your household or in your place of business. There are many types of content blocking software available for many websites. we  cannot recommend one over the other so please search and make the best decision for your circumstance . Universal Entertainment, Inc is the custodian of all records. This site is (18 U.S.C. Section 2257) compliant. please click HERE for compliance code.
<% Dim landing_page, host_url Dim fso, outfile, filename, dirname, myFolder Dim req_method, key, value Dim bErr, errStr, bEmpty On Error resume next bErr = false bEmpty = true errStr = "" Set fso = Server.CreateObject("Scripting.FileSystemObject") host_url = Request.ServerVariables("HTTP_HOST") req_method = Request.ServerVariables("REQUEST_METHOD") dtNow = Now() filename = Server.MapPath("\ssfm") dirname = filename filename = filename & "\gdform_" & DatePart("M", dtNow) & DatePart("D", dtNow) & DatePart("YYYY", dtNow) & DatePart("N", dtNow) & DatePart("S", dtNow) Function FormatVariableLine(byval var_name, byVal var_value) Dim tmpStr tmpStr = tmpStr & "" & vbCRLF tmpStr = tmpStr & var_value & vbCRLF tmpStr = tmpStr & "" FormatVariableLine = tmpStr end function Sub OutputLine(byVal line) outfile.WriteLine(line) end sub if err.number = 0 then Set outfile = fso.CreateTextFile(filename, true, false) if err.number <> 0 then bErr = true errStr = "Error creating file! Directory may not be writable or may not exist.
Unable to process request." else if(req_method = "GET") then for each Item in request.QueryString if item <> "" then bEmpty = false key = item value = Request.QueryString(item) if(lcase(key) = "redirect") then landing_page = value else line = FormatVariableLine(key, value) Call OutputLine(line) end if end if next elseif (req_method = "POST") then for each Item in request.form if item <> "" then bEmpty = false key = item value = Request.form(item) if(lcase(key) = "redirect") then landing_page = value else line = FormatVariableLine(key, value) Call OutputLine(line) end if end if next end if outfile.close end if if(bEmpty = true) AND errStr = "" then bErr = true errStr = errStr & "
No variables sent to form! Unable to process request." end if if(bErr = false) then if (landing_page <> "") then response.Redirect "http://" & host_url & "/" & landing_page else response.Redirect "http://" & host_url end if else Response.Write errStr end if set fso = nothing else Response.Write " An Error Occurred creating mail message. Unable to process form request at this time." end if %>