$(document).ready(function(){
	$("#bulkdomains").focus();

	$("p").each(function (i) {
		$(this).html($(this).html().replace('Webspot.pro','<a href="http://www.webspot.pro" target="_blank" style="font-weight:normal;color:#000;font-style:italic;text-decoration:underline">Webspot.pro</a>'));
		$(this).html($(this).html().replace('Webshop.pro','<a href="http://www.webshop.pro" target="_blank" style="font-weight:normal;color:#000;font-style:italic;text-decoration:underline">Webshop.pro</a>'));
	});
})
function checkDomain(){
	$("#bulkdomains").val($("#bulkdomains").val().replace("www.",""));
	return true;
}
