Herecká filmografie (53)
2012
54%
2012
82%
2011
27%
2011
40%
2010
69%
2010
46%
2009
57%
2009
56%
2009
69%
2007
49%
2006
61%
2006
28%
2005
72%
2005
70%
2005
54%
2005
63%
2005
86%
2005
49%
2005
58%
2004
73%
2004
50%
2004
57%
2003
58%
2003
54%
2003
72%
2002
71%
2001
49%
2001
56%
2001
58%
2000
54%
2000
81%
2000
2000
63%
1999
1999
65%
1999
1999
61%
1998
59%
1998
19%
1998
77%
1998
59%
1997
75%
1997
15%
1997
63%
1997
58%
1997
69%
1996
59%
1995
56%
1995
62%
1994
55%
1994
75%
1990
53%
1983
65%
TV pořady (2)
Dokumentární (6)
2011
2008
2004
53%
2004
2002
2000
73%
Co se píše v zahraničí o Camryn Manheim (3)
Camryn Manheim
Hodnocení Camryn Manheim
Přitažlivost
1
2
3
4
5
6
7
8
9
10
0 %
(0 hlasů )
Neumístněno
Talent
1
2
3
4
5
6
7
8
9
10
0 %
(0 hlasů )
Neumístněno
Inteligence
1
2
3
4
5
6
7
8
9
10
0 %
(0 hlasů )
Neumístněno
Vtipnost
1
2
3
4
5
6
7
8
9
10
0 %
(0 hlasů )
Neumístněno
Fotky Camryn Manheim (12)
");
$('.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}"
});
}
//-->