I got the idea for this plugin from a stackoverflow post.
To run this you also need the jquery color animation plugin by John Resig which you can find here
Still needs a bit of work as the shadow shine does not work in ie. If you have a solution please email me
$(function() {
$('#sample').glow({
glowColor: '#fff',
glow : true,
// or alternatively
sparkle : true
});
});