/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.js 254 2010-07-23 05:14:44Z emartin24 $
 */

$(function() {
$('a[title=wizyta]').click(function() {
//if ($(this).attr('href') == 'umow-sie-na-wizyte') {
	// Load dialog on page load
	$.modal('<iframe scrolling="no" height="100%" frameborder="0" width="100%" style="width: 980px; height: 610px; background-color: transparent;" src="https://tmk.igabinet.pl/api/?i=YTowOnt9_bd38c8dd9f015e2cea8c75838bb2f43c8227cf0d114d2f7293486b250968b8f6"></iframe>');
	return false;
    });
});

