


function addClickHandlers() {


/*
$(".popup").click(function() 
{
  // var extlang = $(this).attr("hreflang");
   var extlink = $(this).attr("href");
     	
   $("#popcontent").load("/popup.php", {link:extlink}, function()
   {
	   $('#popcontent').fadeIn(300);
	   
	   $("#popcontent").click(function() 
		{	
		   $('#popcontent').fadeOut(300);
		});
		
	
   });
   return false;
 
});

*/

$(".popup").colorbox({});	
  

$('ul#logo_oweld').innerfade({
						speed: 1500,
						timeout: 3500,
						type: 'sequence',
						containerheight: '184px'
					});



$('ul#homeimg').innerfade({
						speed: 1500,
						timeout: 3500,
						type: 'sequence',
						containerheight: '216px'
					});


jQuery.ifixpng('/images/pixel.gif');
jQuery('img').ifixpng();

}
//$(window).load(function(){$("#loadingLayer").fadeOut('slow');});
$(document).ready(addClickHandlers);









 

