$(document).ready(function(){
	$('a.thickboxlink').addClass('thickbox');
		
	jQuery.each(jQuery('a.thickboxlink'), function() {
      		this.href += '?KeepThis=true&TB_iframe=true&width=707&height=601&modal=true'; 
      	});
	
	$('a.thickboxlink400').addClass('thickbox');
	jQuery.each(jQuery('a.thickboxlink400'), function() {
      		this.href += '?KeepThis=true&TB_iframe=true&width=400&height=283&modal=true'; 
      	});		
		
});
