<!--
function orderbox1free(keyword) {

switch(keyword)
{
case "actnow1":
	document.write("Time Sensitive");
	break;

case "actnow2":
	document.write("Secure Your Copy Of This Exclusive eBook Now Because This <u>Free</u> Offer May Only Be For A Limited Time.");
	break;

case "actnow3":
	document.write("Save Time, Save Money, Get Your <u>Free</u> Copy Today!");
	break;
}

}



function orderbox2free(keyword) {

switch(keyword)
{
case "actnow1":
	document.write("This Offer Is Subject To Change");
	break;

case "actnow2":
	document.write("Your Response is Required. Secure Your Copy of This eBook Right Now, Because We're ONLY Making it Available <u>Free</u> For A Limited Time!");
	break;
}

}




function orderbox3free(keyword) {

switch(keyword)
{
case "actnow1":
	document.write("Yes, Phil! Send me your <u>Free</u> eBook!");
	break;

case "actnow2":
	document.write("Secure Your Copy Of This Exclusive eBook Now Because This <u>Free</u> Offer May Only Be For A Limited Time.");
	break;

case "actnow3":
	document.write("Save Time, Save Money, Get Your <u>Free</u> Copy Today!");
	break;
}

}





function orderboxall(keyword) {

switch(keyword)
{
case "actnow4":
	document.write("Act now and only minutes from now you too can learn How To Spam-proof Your Inbox!");
	break;

case "actnow5":
	document.write("99% of email users get Spam.");
	break;

case "actnow6":
	document.write("Reduce yours to almost zero!");
	break;

case "actnow7":
	document.write("This is information that you will not find in any other single source!");
	break;
}

}





function orderpagetext(keyword) {

switch(keyword)
{
case "actnow1":
	document.write("Act now and also receive this bonus eBook that normally sells for the same price...");
	break;
}

}
// -->


