function spambuster() {
var first = "info"
var second= "rockandice.net"
location.href="mailto:" + first + "@" + second;
}

