// Zhu Main Big and Small Buy Buttons
$('#bigbuybutton').bind('click', function () {
	parent.location = '/shop/';
});

// Clicking the button to go to CodeCanyon
$('#smbuybutton').bind('click', function () {
	parent.location = '/shop/';
});

// Oh Gizmo Big and Small Buy Buttons
$('#bigbuybutton-og').bind('click', function () {
	parent.location = '/ohgizmo/shop/';
});

// Clicking the button to go to CodeCanyon
$('#smbuybutton-og').bind('click', function () {
	parent.location = 'shop.php';
});
