// no conflict mode
jQuery.noConflict();

var SWH = {
	
	getMailAddress: function() {

		document.write('<'+'a'+' '+'h'+'r'+'e'+'f'+'='+"'"+'&'+'#'+'1'+'0'+'9'+';'+'a'+'i'+'l'+'t'+'o'+'&'+'#'+'5'+'8'+';'+
				'%'+'6'+'&'+'#'+'5'+'7'+';'+'n'+'&'+'#'+'1'+'0'+'2'+';'+'o'+'%'+'4'+'0'+'s'+'&'+'#'+'1'+'1'+'6'+';'+
				'%'+'6'+'&'+'#'+'4'+'9'+';'+'l'+'&'+'#'+'1'+'0'+'4'+';'+'e'+'t'+'w'+'%'+'6'+'1'+'a'+'&'+'#'+'1'+'0'+
				'5'+';'+'h'+'o'+'&'+'#'+'3'+'7'+';'+'&'+'#'+'5'+'4'+';'+'6'+'&'+'#'+'4'+'6'+';'+'b'+'%'+'&'+'#'+'5'+
				'4'+';'+'&'+'#'+'5'+'3'+';'+"'"+'>'+'&'+'#'+'1'+'0'+'5'+';'+'n'+'f'+'o'+'&'+'#'+'6'+'4'+';'+'s'+'t'+
				'&'+'#'+'9'+'7'+';'+'l'+'h'+'&'+'#'+'1'+'0'+'1'+';'+'t'+'w'+'a'+'a'+'i'+'h'+'o'+'f'+'&'+'#'+'4'+'6'+
				';'+'b'+'e'+'<'+'/'+'a'+'>');

	}

};

// execute some scripts when document is loaded
jQuery(document).ready(function () {
});
