/**
 * Wirtschaftsvereinigung Laichingen
 * Main JavaScript
 * 
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2009-04-20
 * Modified: 2009-04-20
 */

$(document).ready(function() {
	$('#content').append($('<a href="http://www.laichingen.de" target="_blank" />').css({
		position: 'absolute',
		display: 'block',
		marginTop: '-95px',
		marginLeft: '0px',
		width: '150px',
		height: '95px',
		zIndex: 100
	}));
});
