//
// Tue Dec  1 16:27:02 CET 2009 Mathias E. Koch  <info@na8ur.com>
//
//
$(document).ready(function() {
    var wasIstPaypal_content = $("#wasIstPaypal").html();
    $('#wasIstPaypal_start').bt(wasIstPaypal_content, { padding:5 , width: 300 , spikeLength: 40 , spikeGirth: 40 , cornerRadius: 5 , fill: 'rgba(255, 255, 255, .8)' , strokeWidth: 1 , strokeStyle: '#73BCE5' , cssStyles: {color: '#000', fontSize: '11px' } });
});
