$(document).ready(function() {
	
	$('p.panelType input').click(function() {
		if ($(this).attr('id') == 'panelType1') {
			$('.customerZone form').
			attr('action', 'http://login.newspoint.pl/').find('#login')
			.attr('name', 'username').end().find('#password')
			.attr('name', 'password');
		} else if ($(this).attr('id') == 'panelType2') {
			$('.customerZone form').attr('action', 'http://lt.newspointmonitor.com/UserApp/loginProcess').find('#login')
			.attr('name', 'j_username').end().find('#password')
			.attr('name', 'j_password');
		}
	});
	
	if ($('#queryResults').size() > 0) $('p.print').hide();
	
	if ($('#cennikPartNewsPoint').size() > 0) {
		$('#cennikPartNewsPoint').prepend($('#btnTestujNewsPoint'));
		$('#cennikPartNewsPointUGC').prepend($('#btnTestujNewsPointUGC'));
	}
});
