﻿// JScript File
function SendEpost(subject) 
{	
	window.location = String.fromCharCode(109,97,105,108,116,111) + String.fromCharCode(58) + 'kundeservice' + String.fromCharCode(64) + 'sd.no?subject=' + subject;
	return false;
}

