﻿function emailFriend()
{
	window.open('/Templates/EmailFriend.aspx','_blank','width=750,height=500');
}

