var shl
var sfp

function diggUrl(){
st = document.getElementById("storyheadline").innerHTML
sfp = document.getElementById("firstp").innerHTML
document.location = 'http://digg.com/submit?url=' + location.href + '&title=' + shl + '&bodytext=' + sfp + '&media=news&topic=educational'
}