	var J = jQuery.noConflict();
	
	
   J(document).ready(function() {  
	
				
	J("#talentsearch a").each(function() {
    this.onclick = function() {
      return hs.htmlExpand(this, {
            objectType: 'iframe',
			graphicsDir: '/css/graphics/',
			wrapperClassName: 'draggable-header',
			outlineType: 'rounded-white',
			width: 750,
			height: 600,
			align: 'center'
			});
   		};
   });



	   
  });   // END READY