$(document).ready(function() {  
	$('[title*=http]').openDOMWindow({ 
	height:600, 
	width:950, 
	eventType:'click', 
	windowSource:'iframe', 
	windowPadding:0, 
	loader:1, 
	loaderImagePath:'../../images/animationProcessing.gif', 
	loaderHeight:16, 
	loaderWidth:17, 
	windowSourceAttrURL:'title'
	}); 

});


