Hypnotic [dvd] RATED: MPA rating: R; for violen
STARRING:
Ben Affleck, Alice Braga, JD Pardo, Hala Finley, Dayo Okeniyi, Jeff Fahey, Jackie Earle Haley, William Fichtner.
DIRECTED BY:
Rodriguez, Robert
RUNNING TIME: 0
RELEASE DATE: 01/08/2024
Syndetic Solutions - Summary for UPC Number 843501042175
No Javascript!
function centerDiv(){
var popUpHeight=$('div.main_container').height();
var popUpWidth=$('div.main_container').width();
var yPos=(window.screen.availHeight/2)-(popUpHeight/2)-window.screenY-(window.outerHeight-window.innerHeight);
var xPos=(window.screen.availWidth/2)-(popUpWidth/2)-window.screenX-(window.outerWidth-window.innerWidth);
$('div.main_container').css({position:"absolute",top: yPos+"px",left: xPos+"px"});
}
function getUrlParameter(sParam)
{
var sPageURL = window.location.search.substring(1);
var sURLVariables = sPageURL.split('&');
for (var i = 0; i < sURLVariables.length; i++)
{
var sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] == sParam)
{
return sParameterName[1];
}
}
}
$(window).load(function() {
//get rid of border around 1 pixel no-image image
var img = document.getElementById('idximg');
var width = img.clientWidth;
var height = img.clientHeight;
if(width < 2 && height < 2) {
document.getElementById("idxbcover").style.borderWidth=0;
}
}
);
// $(document).ready(function(){
// mainht = $('div.main_container').height();
// mainwt = $('div.main_container').width();
// alert('wwidth ' + $(window).width() + ' wheight ' + $(window).height());
// alert('width ' + mainwt + ' height ' + mainht);
// alert('h: ' + $(window).height() +