function document_complete() {
	var URL = $.getUri();
	if (URL.anchor.length) { $('#store_frame').attr('src', URL.anchor); }
}
$(document).ready(function() {
	
});
