 jQuery(document).ready(function() {
	var url;
	//var url='market.php';

	if((/www.concludeinvest.com/).test(location.href)){
		url='http://www.concludeinvest.com/market/market.php?lng=hu';
	}
	else if((/concludeinvest.com/).test(location.href)){
		url='http://concludeinvest.com/market/market.php?lng=hu';
	}
	else if((/www.conclude.hu/).test(location.href)){
		url='http://www.conclude.hu/market/market.php?lng=hu';
	}
	else if((/conclude.hu/).test(location.href)){
		url='http://conclude.hu/market/market.php?lng=hu';
	}
	jQuery(document).everyTime(5000,
		function(i) {
			jQuery("#market").load(url);
		}
	,0);
 });
