$(document).ready(function() { // Function to increase cursor size and change color when hovering over clickable elements function handleCursorHover() { // Select all clickable elements on your website var clickableElements = $("a, button, [role='button'], [onclick], [tabindex='0']"); // Add hover event listener to each clickable element clickableElements.hover(function() { // Change cursor size $(".cursor-point").css({ "width": "20px", "height": "20px" }); // Change cursor color to white $(".cursor-point").css("background-color", "white"); }, function() { // Revert cursor size and color when mouse leaves clickable element $(".cursor-point").css({ "width": "15px", "height": "15px" }); $(".cursor-point").css("background-color", "black"); }); } // Call the function to handle cursor hover over clickable elements handleCursorHover(); });
Human Claw

The Greenbelt

A novel by S.C. Crenshaw
Shop on Amazon

INSOMNIA IS A HELL OF A DRUG... BUT SO IS THE TRUTH.

Greenbelt
follows Detective Mickey Stokes, an insomniac cop exiled to the outskirts of Austin after a very public breakdown. When a mutilated body is discovered along the city’s Greenbelt trail—marked with the same riddle from a case that destroyed his life—Mickey is pulled back into a nightmare he never escaped.

The murders escalate. The riddles return. And then the victims start getting personal.

Blackmailed by rogue FBI Agent Kelly Rhodes, Mickey is forced to investigate his own precinct. As he digs, he uncovers a buried conspiracy: children disappearing from foster programs, secret church connections, redacted case files—all leading back to the governor’s office.

Hallucinations of his daughter blur with reality. Officers turn up dead. Mickey becomes the prime suspect in the case he’s trying to solve. Now suspended, hunted, and unsure what’s real, Mickey must face a chilling truth: someone is orchestrating the chaos—and he might be the last loose end.

Taut, psychological and hallucinatory, this noir thriller is a decent into paranoia, corruption and fractured identity, where every answer leads deeper into the dark, and the final riddle may be Mickey himself.