$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({theme: 'dark_rounded'});    
	$('#Parent').change(function(){
		var val = $(this).val();
		document.location='Galeri?Parent='+val;
	});
	$('#Parent1').change(function(){
		var val = $(this).val();
		document.location='Video?Parent='+val;
	});
});

