/*baon*/

/*friss olvasott vitatott*/
function update_friss_ajanlo()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/hirek.php";
	ajax.method = "GET";
	ajax.element = 'fov_ajax';
	ajax.setVar("type", "1");

	ajax.runAJAX();
}

function update_olvasott_ajanlo()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/hirek.php";
	ajax.method = "GET";
	ajax.element = 'fov_ajax';
	ajax.setVar("type", "2");

	ajax.runAJAX();
}
function update_vitatott_ajanlo()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/hirek.php";
	ajax.method = "GET";
	ajax.element = 'fov_ajax';
	//ajax.setVar("type", "2");

	ajax.runAJAX();
}
/*friss olvasott vitatott*/


/*BAON-lanyok*/
function update_lany_friss()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/lany.php";
	ajax.method = "GET";
	ajax.element = 'lanyok_ajax';
	ajax.setVar("type", "1");

	ajax.runAJAX();
}

function update_lany_nepszeru()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/lany.php";
	ajax.method = "GET";
	ajax.element = 'lanyok_ajax';
	//ajax.setVar("type", "1");

	ajax.runAJAX();
}
/*BAON-lanyok*/




/*bulifotok*/
function update_friss_galeria_ajanlo()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/buli.php";
	ajax.method = "GET";
	ajax.element = 'bulifotok_ajax';
	ajax.setVar("type", "1");

	ajax.runAJAX();
	
}
function update_nepszeru_galeria_ajanlo()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/buli.php";
	ajax.method = "GET";
	ajax.element = 'bulifotok_ajax';
	//ajax.setVar("type", "1");

	ajax.runAJAX();
	
}
/*bulifotok*/


/*kepgaleria*/
function update_kep_ajanlo()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/vizual.php";
	ajax.method = "GET";
	ajax.element = 'kepgaleria_ajax';
	ajax.setVar("type", "1");

	ajax.runAJAX();
	
}
function update_video_ajanlo()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/vizual.php";
	ajax.method = "GET";
	ajax.element = 'kepgaleria_ajax';
	//ajax.setVar("type", "1");

	ajax.runAJAX();
	
}
/*kepgaleria*/

/*napi menuajanlat, recept*/
function update_napi_menu()
{
	ajax = new sack();
	ajax.requestFile = "/wp-includes/printfuggetlen/napi_menu.php";
	ajax.method = "GET";
	ajax.element = 'napi_menuajanlat_ajax';
	//ajax.setVar("type", "1");

	ajax.runAJAX();
	
}
/*napi menuajanlat, recept*/