/* document.ready scripts for www.ginabold.com */

/* Colorbox triggers */
$(document).ready(function(){
	$("a[rel='dynamicimage']").colorbox({width:"75%", height:"100%", photo:"true"});
	$("a[rel='dynamictext']").colorbox({width:"75%", height:"100%", photo:"true"});
});


