Herecká filmografie (71)
-
2013
-
2012
43%
-
2012
57%
-
2011
-
2011
-
2011
-
2011
59%
-
2010
46%
-
2010
-
2010
73%
-
2010
35%
-
2010
45%
-
2010
47%
-
2010
61%
-
2009
23%
-
2009
26%
-
2009
37%
-
2009
34%
-
2007
39%
-
2007
38%
-
2007
37%
-
2006
50%
-
2006
27%
-
2006
38%
-
2005
68%
-
2005
64%
-
2004
-
2000
-
2000
58%
-
2000
-
2000
78%
-
1997
62%
-
1996
50%
-
1996
50%
-
1994
33%
-
1994
76%
-
1993
86%
-
1992
44%
-
1992
55%
-
1991
20%
-
1991
46%
-
1991
27%
-
1991
52%
-
1991
26%
-
1990
37%
-
1990
42%
-
1990
47%
-
1989
68%
-
1989
78%
-
1988
43%
-
1988
27%
-
1987
43%
-
1987
53%
-
1987
58%
-
1987
-
1986
47%
-
1986
72%
-
1985
55%
-
1985
35%
-
1985
64%
-
1985
57%
-
1984
47%
-
1983
55%
-
1983
50%
-
1981
53%
-
1980
-
1978
41%
-
1977
62%
-
1977
63%
-
1975
88%
-
1975
51%
Dokumentární (2)
Co se píše v zahraničí o Michael Berryman (3)
Michael Berryman
Hodnocení Michael Berryman
Fotky Michael Berryman (10)
Michael Berryman (*4. září 1948 Los Angeles, Kalifornie) je americký, charakteristický herec, který je známý pro svůj jedinečný vzhled, což je výsledkem vzácné genetické nemoci, která zastavuje růst vlasů, nehtů nebo zubů. Berryman hrál v několika hororových filmech a B filmech, ale jeho jméno moc známé není. Objevil se ve filmech The Hills Have Eyes, Přelet nad kukaččím hnízdem a Weird Science. Také si zahrál humornou roli ve Vyvržencích pekla (The Devil's Rejects). Od roku 1970 je symbolem horrových filmů, kde obvykle hraje šílené cyklisty a zabijáky.
Zdroj: Wikipedia.org
");
$('.bannerSky').writeCapture().html("");
$('.banner2').writeCapture().html("");
$('.banner3').writeCapture().html("");
$('.toplist').writeCapture().html('

');
$('.score').html('

');
pp_gemius_hit('B7abi6bjiFkuqE6S03k.MsTWzXABO88AqTCL6i26TNj..7');
}
function changepic(file, desc, order ,id){
$('#imagex').hide();
$('#imagex').html('

');
$('#imagex').fadeIn(400);
$('#imagex_order').val(order);
$('#imagex_id').val(id);
$('#imagex_desc').html(desc);
$('#galery_link').text($('#imagex_order').val()+' z '+$('#gcount').val());
border(id);
refBanner();
loadRating();
relColorbox();
}
function next(){
var id = $('#imagex_order').val();
var gid = $('#gid').val();
var osid = $('#osid').val();
var payload = '/system/fotka-next/?id='+id+'&gid='+gid+'&osid='+osid;
$.get(payload, function(data){
var helper = data.split('$');
var desc = helper[1];
var file = helper[0];
var nove_order = helper[2];
var nove_id = helper[3];
changepic(file, desc, nove_order, nove_id);
if(nove_order > parseInt($('#image_right').val()) || nove_order < parseInt($('#image_left').val())){
list_next();
}
});
}
function prev(){
var id = $('#imagex_order').val();
var gid = $('#gid').val();
var osid = $('#osid').val();
var payload = '/system/fotka-prev/?id='+id+'&gid='+gid+'&osid='+osid;
$.get(payload, function(data){
var helper = data.split('$');
var desc = helper[1];
var file = helper[0];
var nove_order = helper[2];
var nove_id = helper[3];
changepic(file, desc, nove_order, nove_id);
if(nove_order < parseInt($('#image_left').val()) || nove_order > parseInt($('#image_right').val())){
list_prev();
}
});
}
function list_next(hum){
if(hum != 1){ hum = ''; }
var id = $('#image_right').val();
var gid = $('#gid').val();
var osid = $('#osid').val();
var seo = $('#seo').val();
var payload = '/system/fotka-list-next/?id='+id+'&gid='+gid+'&osid='+osid+'&hum='+hum+'&seo='+seo;
$.get(payload, function(data){
if(data){
var pomoc = data.split('$');
$('#list_body').hide();
$('#list_body').html(pomoc[0]);
$('#list_body').fadeIn(400);
$('#image_right').val(pomoc[1]);
$('#image_left').val(pomoc[2]);
}
});
}
function list_prev(hum){
if(hum != 1){ hum = ''; }
var id = $('#image_left').val();
var gid = $('#gid').val();
var osid = $('#osid').val();
var seo = $('#seo').val();
var payload = '/system/fotka-list-prev/?id='+id+'&gid='+gid+'&osid='+osid+'&hum='+hum+'&seo='+seo;
$.get(payload, function(data){
if(data){
var pomoc = data.split('$');
$('#list_body').hide();
$('#list_body').html(pomoc[0]);
$('#list_body').fadeIn(400);
$('#image_left').val(pomoc[1]);
$('#image_right').val(pomoc[2]);
}
});
}
function border(id){
$('#list_body img').removeClass('active');
$('#list_body #img'+id).addClass('active');
}
function loadRating(){
var id = $('#imagex_id').val();
var payload = '/system/fotka-ajax-rating/?id='+id;
$.get(payload, function(data){
$('#rating-add-wrapperx').hide();
$('#rating-add-wrapperx').html(data);
$('#rating-add-wrapperx').fadeIn(300);
$(".ratingy").rating({showCancel: false, cancelValue: null});
$("#rating-rate").bind("change", function(){
var objekt = $('#rating-rate').val().split('-');
var payload = '/system/rate-fotky/?name='+objekt[0]+'&value='+objekt[1];
if(this.value != ''){
$.get(payload, function(data) {
if(data == "x"){
alert("Hlasovat můžete jenom jednou.");
}else{
var veci = data.split('-');
$('#avg').text(veci[0]);
$('#count').text(veci[1]+' hlasů');
}
});
}
});
});
}
function relColorbox(){
$("a[rel^='colorbox']").colorbox({
maxWidth:1066,
maxHeight:800,
previous: "Předchozí",
next: "Další",
close: "Zavřít",
current: "Obrázek {current} / {total}"
});
}
//-->