var contentService = {};

(function($){
	contentService.getContentByAWebCUrl = function(p0, callback) {
		alert(p0, callback);
	}
	contentService.getFeaturedProductContentByObjectName = function(p0, callback) {
		//$('#Produto').load('http://127.0.0.1/accu-chek/site/produto.php?nome=' + p0);
		//$('#Produto').load('http://149.250.7.81/demo/site/produto.php?nome=' + p0);
		$('#Produto').load('http://www.accu-chek.pt/produto.php?nome=' + p0);
	}
	contentService.getMyProductsContentDetail = function(p0, p1, callback) {
		alert(p0, callback);
	}
	contentService.getSubTopicContentByContentURI = function(p0, p1, callback) {
		alert(p0, callback);
	}
	contentService.getInnerCircleTip = function(p0, callback) {
		alert(p0, callback);
	}
	contentService.getNumberOfInnerCircleTips = function(callback) {
		alert(p0, callback);
	}
	contentService.setSiteProductsUnitOfMeasure = function(p0, callback) {
		alert(p0, callback);
	}
})(jQuery);
