$(function() {
    if (scripts_isIE6) $(document).pngFix();

    // call blank bloodyrare.com page via iframe to set cookie 
    if( $("#loadBRifrm").length > 0) {
  	var html = '<div style="visibility:hidden;"><iframe src="http://www.bloodyrare.com/blank.php" width="1" height="1"></iframe></div>';
  	$("#loadBRifrm").append(html);
    }

    $('a.ro').mbRollover();

    if ($.fn.prettyPhoto) {
        $("a[rel^='lightbox']").prettyPhoto({
            animationSpeed: 'slow',
            padding: 40,
            opacity: 0.85,
            showTitle: false,
            allowresize: true,
            counter_separator_label: '/',
            theme: 'light_rounded'
        });
    }

});
