jQuery.noConflict();
jQuery(document).ready(function($) {
$('#example_1').bt('<h4>Greenmotion.nl</h4><br /> Laat je verrassen door ons ruime assortiment premiums &amp; gifts met een duurzaam karakter', 
{
  fill: 'white',
  cornerRadius: 20,
  padding:10, 
  strokeWidth: 0,
  shadow: true,
  shadowOffsetX: 3,
  shadowOffsetY: 3,
  shadowBlur: 8,
  shadowColor: 'rgba(0,0,0,.9)',
  shadowOverlap: false,
  noShadowOpts: {strokeStyle: '#0066cc', strokeWidth: 2},
  positions: 'bottom'
});// JavaScript Document

$('#example_2').bt('<h4>Greenmotion Events</h4><br /> Van maatschappelijke betrokkenheid maken wij een belevenis!', 
{
  fill: 'white',
  cornerRadius: 20,
  padding:10, 
  strokeWidth: 0,
  shadow: true,
  shadowOffsetX: 3,
  shadowOffsetY: 3,
  shadowBlur: 8,
  shadowColor: 'rgba(0,0,0,.9)',
  shadowOverlap: false,
  noShadowOpts: {strokeStyle: '#0066cc', strokeWidth: 2},
  positions: 'bottom'
});// JavaScript Document
/*
$('#example_3').bt('<h4>Premium &amp; Promotion Partners</h4><br /> Deze site is momenteel nog niet live.', 
{
  fill: 'white',
  cornerRadius: 20,
  padding:10,
  strokeWidth: 0,
  shadow: true,
  shadowOffsetX: 3,
  shadowOffsetY: 3,
  shadowBlur: 8,
  shadowColor: 'rgba(0,0,0,.9)',
  shadowOverlap: false,
  noShadowOpts: {strokeStyle: '#0066cc', strokeWidth: 2},
  positions: 'bottom'
});// JavaScript Document
*/
});