// JavaScript Document
Cufon.set('fontFamily', 'DTLArgoT').replace('.navigation ul li');
Cufon.set('fontFamily', 'ITCAvantGardeStd').replace('.heading, #homebox h1, .investor-conten h1, .head-title');

jQuery(function($){
	var bluebulletcontent = $('<img src="images/bullet-logo-link.gif" class="imgpaddingleft"/>');
	$('.linkstyle').after(bluebulletcontent);
});
