$(document).ready(function(){


  if (uk == true) {
  	$.modal("<div id='biggyme'><h1>Stop Circus Suffering: UK</h1><img src='/media_assets/Anne_TP.jpg' align='right' width='250' class='imgy'/><p>Last week saw Parliament finally pledge to ban the use of wild animals in circuses once and for all.</p><p>This is a massive victory for circus animals in the UK.  Now we must ensure that this pledge is turned into a reality.</p><p>Please help us continue our vital work to make this possible</p><p>To make a donation call us on +44 (0) 207 630 3340 or <a href='https://www.secure.adi-navs-ldf.org/donate.asp?id=294&cachefixer='>click here</a></p></div>");
  	
  	
$("#biggyme").modal({onClose: function (dialog) {
	dialog.data.fadeOut('slow', function () {
		dialog.container.slideUp('slow', function () {
			dialog.overlay.fadeOut('slow', function () {
				$.modal.close(); // must call this!
			});
		});
	});
}});

}

  if (usa == true) {
  	$.modal("<div id='biggyme'><h1>Help fund our lawsuit against 'Have Trunk Will Travel'</h1><img src='/media_assets/HTWT-02-TAI.jpg' align='right' width='250' class='imgy'/><p>ADI has filed suit against 'Have Trunk Will Travel', as well as the owners Gary and Kari Johnson, over their claims about the training of the elephant Tai, who palyed Rosie in the film 'Water for Elephants'.</p><p>The suit is based on erroneous assurances that the defendants gave the public that the elephant Tai was trained with kindness for her role in Water for Elephants</p><p>To make a donation call us on +1 323-935-2234 or <a href='http://www.ad-international.org/take_action/donate.php'>click here</a></p><p><a href='http://www.ad-international.org/animals_in_entertainment/go.php?id=2119&ssi=7'>Read more about our expos&eacute;...</a></p><p><a href='http://www.ad-international.org/animals_in_entertainment/go.php?id=2119&ssi=7'>Watch: Movie star electric shocked</a></p></div>");
  	
  	
$("#biggyme").modal({onClose: function (dialog) {
	dialog.data.fadeOut('slow', function () {
		dialog.container.slideUp('slow', function () {
			dialog.overlay.fadeOut('slow', function () {
				$.modal.close(); // must call this!
			});
		});
	});
}});

}


});
