function mail_wyslij(uzytkownik,domena) {
 adres = "mailto:" + uzytkownik + "@" + domena;
 window.location = adres; 
}









$(document).ready(function(){

  $('#twitter0').twit('monocyklista', {
    user: 'bandi_pl',
    callback: 'bandi_pl',
    icon: true,
    username: true,
    text: true,
    count: 200,
    limit: 1,
    label: 'Mono Tweety',
    title: 'Co nowego?'
  });

  	jQuery('#parallax').jparallax({}).append(corners);

});













// http://code.google.com/p/jquery-imageframe/
$(function(){
	$.ifixpng.pixel = 'gfx/pixel.gif';
	$.imageFrame.defaultFrameStyle = 'sharp';


/*
	$('.test:not(#customFrameStyle) img').imageFrame()
	$('#block1 div div:not(.clr)').imageFrame();
	$('#block1 div h4').imageFrame();

	$('#inline strong').imageFrame();
	$('#inlineBlock p').imageFrame();

	$.imageFrame.frameStyles['roundedTL'] = {frameClass:'frameRoundedTL'};
	$('#customFrameStyle img').imageFrame('roundedTL');
*/




$.imageFrame.frameStyles['glassbox'] = {frameClass:'glassbox'};
$('#czytelnia-polecane-1 img').imageFrame('glassbox2');






	$('.test:not(#customFrameStyle) img').imageFrame()

	$.imageFrame.frameStyles['Sharp'] = {frameClass:'frameSharp'};


	$('#iF_photo_120 img').imageFrame(Sharp);
	$('#iF_photo_240 img').imageFrame('Sharp');



	$('#iF_ramka span').imageFrame();
	$('#iF_ramka_table table').imageFrame();


});
















