$(document).ready(function(){
	$('#cat_select_button').bind('click', function()
	{
		window.location=$('#cat_select').val();
		return false;
	});
	$('.cnt_art_hp2 a img').bind('click', function()
	{
		//alert($(this).parent().parent().prev().prev().children('a').attr('href'));
		$(this).parent().attr('href', $(this).parent().parent().prev().prev().children('a').attr('href'));
	});
	$('.cnt_art_hp2 p a').bind('click', function()
	{
		//alert($(this).parent().parent().prev().prev().children('a').attr('href'));
		$(this).attr('href', $(this).parent().parent().prev().prev().children('a').attr('href'));
	});	
});


function WinOpen()
{
	var url=document.redirect.selection.value
	document.location.href=url
}