var _irBannerType = 0;
var _irWidth      = 0;
var _irHeight     = 0;
var _irDiv        = false;
var _irPageRnd    = Math.floor(Math.random()*10000000);

function _irBegin(publisher, slot){
	_irGetIframeDatas(slot);
	_irRemoveAnchor();
	_irDocw('<iframe width="' + _irWidth + '" height="' + _irHeight + '" src="http://ingyenreklam.hu/media/public.html?pub=' + publisher + '&amp;uri=' + encodeURIComponent(location.href) + '&amp;slot=' + slot + '&amp;referrer=' + encodeURIComponent(document.referrer) +'&amp;rnd=' + _irPageRnd + '" scrolling="no" frameborder="0"></iframe>');
	
}

function _irRemoveAnchor(){
	if(_irDge(_irDiv + '_anchor') !== null){
		if(_irDge(_irDiv + '_anchor').href !== 'http://ingyenreklam.hu/' && _irDge(_irDiv + '_anchor').href !== 'http://ingyenreklam.hu' ){
			_irReportCheat();
		}
		_irDge(_irDiv + '_anchor').parentNode.removeChild(_irDge(_irDiv + '_anchor'));
	}
	else{
		_irReportCheat();
	}
}

function _irGetIframeDatas(slot){
	switch(slot){
		case 1:
			_irBannerType = 1;
			_irWidth      = 468;
			_irHeight     = 60;
			_irDiv        = '_ir_468_x_60';
			
			break;
		
		case 2:
			_irBannerType = 2;
			_irWidth      = 120;
			_irHeight     = 240;
			_irDiv        = '_ir_120_x_240';
			break;
		
		default:
			break;
	}
}

function _irDocw(string){
	document.write(string);
}

function _irDge(_id){
	return document.getElementById(_id);
}

function _irReportCheat(){
	// User has removed the ir link
	_irDocw('<img src="http://ingyenreklam.hu/media/cheat.php?pub=' + _irPublisher + '" width="1" height="1" border="0" alt="" />');
}

// AD BEGIN

_irBegin(_irPublisher, _irSlot);
