// location.href = jQuery(this).children('a').first().attr('href');

jQuery.noConflict();
jQuery(document).ready(function(){ 
	jQuery('.page-item-1219').click(function() {
		location.href='http://www.darlingside.com/blog/';
	});
	jQuery('.page-item-28').click(function() {
		location.href='http://www.darlingside.com/shows/';
	});
	jQuery('.page-item-26').click(function() {
		location.href='http://www.darlingside.com/bio/';
	});
	jQuery('.page-item-34').click(function() {
		location.href='http://www.darlingside.com/photos/';
	});
	jQuery('.page-item-91').click(function() {
		location.href='http://www.darlingside.com/video/';
	});
	jQuery('.page-item-30').click(function() {
		location.href='http://www.darlingside.com/music/';
	});
	jQuery('.page-item-956').click(function() {
		location.href='http://www.darlingside.com/booking/';
	});
	jQuery('#branding').click(function() {
		location.href='http://www.darlingside.com/';
	});
});
