// JavaScript Document
function advert(){
	/*$.ajax({
		url: 'http://localhost/nwhu_extension/get_web_page.php',
		type: "GET",
		data: 'url=http://tx1-hu.partnerways.com/',
		success: function(response){
			alert(response);
			$.facebox(response);
		},
		faliure: function(response){
			alert('Failed');
		}
		
	});
	return false;*/
	
	//window.open('http://tx1-hu.partnerways.com/','Partenerways','target=_blank, width=950px, height=500px, menubar=no, location=no, srollbar=no, top=200, toolbar=no')
	
	$.facebox('<iframe src="http://tx1-hu.partnerways.com/" name="fid1" id="fid1" width="960px" height="500px" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>');
}
