﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>BLOG.KENNYLACY.COM</title>
	<updated>2010-03-11T21:26:18Z</updated>
	<id>http://blog.kennylacy.com/atom.aspx</id>
	<link href="http://blog.kennylacy.com/atom.aspx" rel="self" type="application/rss+xml" />
	<link href="http://blog.kennylacy.com" rel="alternate" type="application/rss+xml" />
	<generator uri="http://app.onlinequickblog.com/" version="2.0">Quick Blogcast</generator>
	<entry>
		<title>Attain Response Intro Blog</title>
		<link rel="alternate" href="http://blog.kennylacy.com/2009/08/06/attain-response-intro-blog.aspx?ref=rss" />
		<id>tag:blog.kennylacy.com,2009-08-05:a0c5b687-edb8-4445-a3c0-4d7ae2d6283d</id>
		<author>
			<name>Ken Lacy</name>
		</author>
		<category term="Video Email Campaigns" />
		<updated>2009-08-06T01:35:00Z</updated>
		<published>2009-08-06T01:35:00Z</published>
		<content type="html">  &lt;embed src="http://apps.attainresponse.com/MediaF5/mediaplayer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" flashvars="height=230&amp;amp;width=296&amp;amp;file=rtmp://fmedia.attainresponse.com/video&amp;amp;image=http://apps.attainresponse.com/tmb_wm/kenlacy@vmdirect-com/1249530066656.jpg&amp;amp;id=kenlacy@vmdirect-com/1249530066656&amp;amp;autostart=true&amp;amp;shownavigation=true&amp;amp;repeat=false" width="296" height="230"&gt;&lt;!--Do not modify the NAME value of any of the INPUT fieldsthe FORM action, or any of the hidden fields (eg. input type=hidden).These are all required for this form to function correctly.--&gt;&lt;style type="text/css"&gt;	.myForm td, input, select, textarea, checkbox {		font-family: tahoma;		font-size: 12px;	}	.myForm {		background-color: #E7EEF7;		border: 1px solid #CCDCF2;		padding: 10px;	}	.required {		color: red;	}&lt;/style&gt;&lt;form method="post" action="http://mf5.attainresponse.com/mf5/form.php?form=2441" id="frmSS2441" onsubmit="return CheckForm2441(this);"&gt;	&lt;table class="myForm" border="0" cellpadding="2"&gt;		&lt;tbody&gt;&lt;tr&gt;	&lt;td&gt;&lt;span class="required"&gt;*&lt;/span&gt;Your Email Address:&lt;/td&gt;	&lt;td&gt;&lt;input name="email" value="" type="text"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td&gt;&lt;span class="required"&gt;*&lt;/span&gt;Preferred Format:&lt;/td&gt;	&lt;td&gt;&lt;select name="format"&gt;&lt;option value="h"&gt;HTML&lt;/option&gt;&lt;option value="t"&gt;Text&lt;/option&gt;&lt;/select&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;First Name:&lt;/td&gt;	&lt;td&gt;&lt;input name="CustomFields[98760]" id="CustomFields_98760_2441" value="" type="text"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Last Name:&lt;/td&gt;	&lt;td&gt;&lt;input name="CustomFields[98761]" id="CustomFields_98761_2441" value="" type="text"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Country:&lt;/td&gt;	&lt;td&gt;&lt;input name="CustomFields[98767]" id="CustomFields_98767_2441" value="" type="text"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;State:&lt;/td&gt;	&lt;td&gt;&lt;input name="CustomFields[98765]" id="CustomFields_98765_2441" value="" type="text"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Phone:&lt;/td&gt;	&lt;td&gt;&lt;input name="CustomFields[98768]" id="CustomFields_98768_2441" value="" type="text"&gt;&lt;/td&gt;&lt;/tr&gt;		&lt;tr&gt;			&lt;td&gt;&amp;nbsp;&lt;/td&gt;			&lt;td&gt;				&lt;br&gt;&lt;input value="Subscribe" type="submit"&gt;				&lt;br&gt;&lt;span style="display: block; font-size: 10px; color: gray; padding-top: 5px;"&gt;&lt;a href="http://www.attainresponse.com" target="__blank" style="font-size: 10px; color: gray;"&gt;Email marketing&lt;/a&gt; by MarketingF5&lt;/span&gt;			&lt;/td&gt;		&lt;/tr&gt;	&lt;/tbody&gt;&lt;/table&gt;&lt;/form&gt;&lt;script type="text/javascript"&gt;// &lt;![CDATA[			function CheckMultiple2441(frm, name) {				for (var i=0; i &lt; frm.length; i++)				{					fldObj = frm.elements[i];					fldId = fldObj.id;					if (fldId) {						var fieldnamecheck=fldObj.id.indexOf(name);						if (fieldnamecheck != -1) {							if (fldObj.checked) {								return true;							}						}					}				}				return false;			}		function CheckForm2441(f) {			var email_re = /[a-z0-9!#$%&amp;'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&amp;'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/i;			if (!email_re.test(f.email.value)) {				alert("Please enter your email address.");				f.email.focus();				return false;			}								if (f.format.selectedIndex == -1) {							alert("Please choose a format to receive your email campaigns in");							f.format.focus();							return false;						}									return true;			}		// ]]&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;Hey Guys,&lt;br&gt;&lt;br&gt;The Video Email Evolution has Arrived and Business Quality Video Email is now a reality! The NEW  AttainResponse  “Internet Marketing System” has Marketing Executive applauding as it allows Small to Medium sized Businesses to use Video Email technology at the click of mouse. (No downloads or Installs), and everything is hosted on “Our” Servers. AttainResponse and VM Direct have finally put Video Email and Streaming Video within the reach of Small Businesses everywhere, and at a price point that’s reasonable for almost any budget.&lt;br&gt;&lt;br&gt;One of the biggest problems that many business owners experience is that they are good salesmen when they are dealing directly with their customers. They can use their personality to gain the trust of their prospect. Today this fact puts them at a great disadvantage since the marketing campaigns that small businesses can afford usually involve direct mail, email or websites…all forms of written communication. And for most people, it’s really difficult to let their personality show through using Plain (Boring) Text and maybe a few scattered graphics.&lt;br&gt;&lt;br&gt;That has been the situation…until now! AttainResponse and VM Direct has launched its revolutionary new “Internet Marketing System”. It allows businesses to use streaming media technology to create Video Email Campaigns to send to clients with just the click of a few buttons so that no technical knowledge is necessary. Now you can use all of your presentation skills to make that sale.&lt;br&gt;&lt;br&gt;The best part of all…no downloads are required for the recipient’s to view their video email. Everything is handled on the company’s servers. Now you can have a face-to-face chat with your clients…”In an Email”…No more telephone tag! The system lets you respond to even a plain text email with a video or audio message and includes a ton of different Email Templates. PLUS with the Marketing f5 component, you have “Built In Analytics” for tracking your Campaigns for Maximum results! Imagine what effect this can have on you marketing strategy…  &lt;br&gt;&lt;br&gt;Other than video email, you can do LIVE STREAMING Broadcast which is like having your own internet TV station. Imagine, being able to do a live demonstration of a product that your prospective client is considering purchasing.Register here NOW for more info on this EXCITING New Technology that will change the way ALL Online businesses Market themselves. Act NOW because if Y.O.U. are not using this remarkable new system, then your COMPETETION will be.</content>
	</entry>
	<entry>
		<title>Welcome</title>
		<link rel="alternate" href="http://blog.kennylacy.com/2009/08/04/welcome.aspx?ref=rss" />
		<id>tag:blog.kennylacy.com,2009-08-04:9a459148-3ed7-45c8-9c8e-88ae9fb21472</id>
		<author>
			<name>Ken Lacy</name>
		</author>
		<updated>2009-08-04T20:33:25Z</updated>
		<published>2009-08-04T20:33:25Z</published>
		<content type="html">Welcome to my blog. Please check back soon for new entries.</content>
	</entry>
</feed>