<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>iComTek</title>
	<link>http://www.icomtek.co.uk</link>
	<description>Web Design and Development</description>
	<pubDate>Wed, 11 Jun 2008 21:04:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>No errors with php5</title>
		<link>http://www.icomtek.co.uk/2008/06/11/no-errors-with-php5/</link>
		<comments>http://www.icomtek.co.uk/2008/06/11/no-errors-with-php5/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 21:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Topics]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/2008/06/11/no-errors-with-php5/</guid>
		<description><![CDATA[If you are battling with a php application using php5 which is showing no errors then your experiencing what many have. 
For some reason; most probably security, the standard setting for errors in PHP5 is "off".
 All well and good for those who don't want to see there errors but for debugging its a total nightmare but there [...]]]></description>
			<content:encoded><![CDATA[<p>If you are battling with a php application using php5 which is showing no errors then your experiencing what many have. </p>
<p>For some reason; most probably security, the standard setting for errors in PHP5 is "off".</p>
<p> All well and good for those who don't want to see there errors but for debugging its a total nightmare but there is a line of code which can help.</p>
<p> <font face="Courier New">ini_set('display_errors','On');</font></p>
<p>This line of code will display all php errors which can also be a little annoying.  I like the balance of hiding the not so problematic errors with these two lines of code.</p>
<p>ini_set('display_errors', 'On');<br />
error_reporting(E_ALL ^ E_NOTICE);</p>
<p>What your doing here is telling php to display errors, then limiting the errors to only the more important ones which seems to work for most.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2008/06/11/no-errors-with-php5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Account Managment Software</title>
		<link>http://www.icomtek.co.uk/2008/03/22/account-managment-software/</link>
		<comments>http://www.icomtek.co.uk/2008/03/22/account-managment-software/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 18:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Topics]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/2008/03/22/account-managment-software/</guid>
		<description><![CDATA[We are opening up our online account managment application to the public.]]></description>
			<content:encoded><![CDATA[<p>For many years we've been using software to manage our selves and have used a mixture of non-compatible programs for invoicing, domains, hosting, project management, CRM and more. </p>
<p>Through constant complications we decided to develop our own web based management software which would do everything we needed from one application.  From constant improvement we've developed an extremely useful application which can manage;</p>
<ul>
<li>Projects</li>
<li>Accounting</li>
<li>Domain accounts</li>
<li>Hosting accounts</li>
<li>Repeat billing</li>
<li>Contacts</li>
<li>Clients</li>
<li>and more</li>
</ul>
<p>We know there are applications and programs which already to these jobs but not all in one application which is why we're planing to open it up to the public and the finial updates are now being made.</p>
<p>So if your a web designer, developer, domain / hosting operator or all three then this is the application for you and we're offering free beta testing accounts to selected applicants.</p>
<p>To apply please contact us with your name, email address, occupation and we will be in touch.</p>
<h2>Contact form</h2>
<div class="contactform" id="c_form_2">
<form action="http://www.icomtek.co.uk/2008/03/22/account-managment-software/" method="post">
<div class="contactleft"><label for="wpcf_your_name">Your Name: </label></div>
<div class="contactright">
<input type="text" name="wpcf_your_name" id="wpcf_your_name" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_email">Your Email:</label></div>
<div class="contactright">
<input type="text" name="wpcf_email" id="wpcf_email" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_subject">Subject:</label></div>
<div class="contactright">
<input type="text" name="wpcf_subject" id="wpcf_subject" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_msg">Your Message: </label></div>
<div class="contactright"><textarea name="wpcf_msg" id="wpcf_msg" cols="30" rows="8" ></textarea></div>
<div class="contactright">
<input type="submit" name="Submit" value="Send Message" id="contactsubmit" />
<input type="hidden" name="wpcf_stage" value="process" /></div>
</p></form>
</p></div>
<div style="clear:both; height:1px;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2008/03/22/account-managment-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Frontend design</title>
		<link>http://www.icomtek.co.uk/2008/02/21/frontend-design/</link>
		<comments>http://www.icomtek.co.uk/2008/02/21/frontend-design/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 22:47:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Topics]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/2008/02/21/frontend-design/</guid>
		<description><![CDATA[From many years of experience we've gained the knowledge to design and develop successful frontend systems and we'll keep using this knowledge to build more into the future.]]></description>
			<content:encoded><![CDATA[<p>When we talk about frontend design we mean the part of the website your visitors see just like what you are reading now is the frontend of our site.</p>
<p>Frontend design is extremely important.  It the look and feel of you company or organisation which will be seen and done incorrectly will not have the required effect.  The design also includes any features you might want like site search, postcode address finder, contact forms and more which will help interact with your visitors and push for that sale or lead.</p>
<p>Navigation is also a very important part of frontend design because this is what you visitors will use to move through your site just like our menu on the right.  If the navigation is not designed correctly your visitors will find it hard to find what their looking for and go else where and this is not what you want.</p>
<p>We also have a backend which is more commonly known as a CMS or Content Management System.  This allows us to control what you see without any complicated design work because all the design and development has already been carried out allowing us to add, edit and remove content as we wish quickly and easily.</p>
<p>From many years of experience we've gained the knowledge to design and develop successful frontend systems and we'll keep using this knowledge to build more into the future.  If you'd like to discuss a site design or plans then please contact us and we'll be happy to help.</p>
<h2>Contact form</h2>
<div class="contactform" id="c_form_2">
<form action="http://www.icomtek.co.uk/2008/02/21/frontend-design/" method="post">
<div class="contactleft"><label for="wpcf_your_name">Your Name: </label></div>
<div class="contactright">
<input type="text" name="wpcf_your_name" id="wpcf_your_name" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_email">Your Email:</label></div>
<div class="contactright">
<input type="text" name="wpcf_email" id="wpcf_email" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_subject">Subject:</label></div>
<div class="contactright">
<input type="text" name="wpcf_subject" id="wpcf_subject" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_msg">Your Message: </label></div>
<div class="contactright"><textarea name="wpcf_msg" id="wpcf_msg" cols="30" rows="8" ></textarea></div>
<div class="contactright">
<input type="submit" name="Submit" value="Send Message" id="contactsubmit" />
<input type="hidden" name="wpcf_stage" value="process" /></div>
</p></form>
</p></div>
<div style="clear:both; height:1px;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2008/02/21/frontend-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iComTek Web Hosting</title>
		<link>http://www.icomtek.co.uk/2008/01/20/icomtek-web-hosting/</link>
		<comments>http://www.icomtek.co.uk/2008/01/20/icomtek-web-hosting/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 21:16:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[What are we doing now?]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/2008/01/20/icomtek-web-hosting/</guid>
		<description><![CDATA[With our wide range of packages we can provide secure reliable hosting for as little as £2.08 per month or host huge bandwidth eating sites on one of our advanced packages.]]></description>
			<content:encoded><![CDATA[<p>We are now providing our own web hosting facilities for small to large web sites with a wide range of hosting packages and plans including custom bespoke hosting packages all with 24/7 technical support.</p>
<p>Customers will benefit from having their own control panel giving them full control over their package around the clock or if there not technical minded then we'll monitor and manage the hosting allowing them to relax and enjoy the hassle free approach.</p>
<p>With our wide range of packages we can provide secure reliable hosting for as little as £2.08 per month or host huge bandwidth eating sites on one of our advanced packages.</p>
<p>Do you plan on growing?  No problem, we'll keep an eye on how much you use and if you need more web space, bandwidth, databases etc we'll provide it in small steps so you don't pay for what you don't need.</p>
<p>Want to run your own blog or ecommerce shop?  Then we can help.  With any of our packages you'll be able to install Wordpress or OsCommerce in minutes with very little technical knowledge.</p>
<p>Are you a developer?  Then we have the package for you.  Secure reliable hosting with little restrictions to the php.ini and .htaccess file, php5 and MySQL so take advantage now!</p>
<p>If you are thinking of using any of our services then please contact us and we'll be happy to help.</p>
<p>Now the technical stuff</p>
<ul>
<li>MySQL database is optional</li>
<li>PHP 5 is included as standard</li>
<li>Email services as standard</li>
<li>php.ini and .htaccess control</li>
<li>cpanel control panel</li>
<li>24/7 technical support</li>
<li>Fantastico installed as standard - most services require a database</li>
<li>Much more - contact us to get the full list!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2008/01/20/icomtek-web-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Baby Room</title>
		<link>http://www.icomtek.co.uk/2007/12/19/the-baby-room/</link>
		<comments>http://www.icomtek.co.uk/2007/12/19/the-baby-room/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 20:33:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[What are we doing now?]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/wordpress/2007/12/19/the-baby-room/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-39" href="http://www.icomtek.co.uk/wordpress/2007/12/19/the-baby-room/the-baby-room/" title="The Baby Room"><img src="http://www.icomtek.co.uk/wordpress/wp-content/uploads/2007/12/actz2.jpg" alt="The Baby Room" border=0/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2007/12/19/the-baby-room/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Actzaudio.co.uk</title>
		<link>http://www.icomtek.co.uk/2007/12/19/actzaudiocouk/</link>
		<comments>http://www.icomtek.co.uk/2007/12/19/actzaudiocouk/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 20:15:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[What are we doing now?]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/wordpress/2007/12/19/actzaudiocouk/</guid>
		<description><![CDATA[Act Entertainment Agency Ltd are now expanding into selling  sound equipment to complment there thriving business.
They have contracted iComTek to design, build and develop their online ecommerce store including domain and hosting.
Special requirements include the administration and control of stock, PO invoices and resupply.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.icomtek.co.uk/wordpress/wp-content/uploads/2007/12/actz.jpg" alt="actz.jpg" /><br />
Act Entertainment Agency Ltd are now expanding into selling  sound equipment to complment there thriving business.</p>
<p>They have contracted iComTek to design, build and develop their online ecommerce store including domain and hosting.</p>
<p>Special requirements include the administration and control of stock, PO invoices and resupply.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2007/12/19/actzaudiocouk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>www.sarahbackhouse.co.uk</title>
		<link>http://www.icomtek.co.uk/2007/12/19/wwwsarahbackhousecouk/</link>
		<comments>http://www.icomtek.co.uk/2007/12/19/wwwsarahbackhousecouk/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 19:55:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[What have we done]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/wordpress/2007/12/19/wwwsarahbackhousecouk/</guid>
		<description><![CDATA[Sarah Backhouse a successful wedding photographer wants a system to allow her clients and their guests to securely log-in and purchase prints of their choice, size and texture through her site.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sarahbackhouse.co.uk/" title="Sarah Backhouse"><img border="0" src="http://www.icomtek.co.uk/wordpress/wp-content/uploads/2007/12/actz1.jpg" alt="Sarah Backhouse" /></a><br />
Sarah Backhouse a successful wedding photographer wants a system to allow her clients and their guests to securely log-in and purchase prints of their choice, size and texture through her site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2007/12/19/wwwsarahbackhousecouk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>www.crazyaboutsports.com is for sale</title>
		<link>http://www.icomtek.co.uk/2007/12/16/wwwcrazyaboutsportscom/</link>
		<comments>http://www.icomtek.co.uk/2007/12/16/wwwcrazyaboutsportscom/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 16:43:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Domains for sale]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/wordpress/2007/12/16/wwwcrazyaboutsportscom/</guid>
		<description><![CDATA[crazyaboutsports.com is currently for sale.
Crazy About Sports . Com is the ultimate in all round sports domains.  If your only covering one sport to many dozens this is the domain you want.  www.carzyaboutsports.com says just that, and is a powerful message even before you've visited the site portraying a great message for marketing and advertising.
Please follow [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://crazyaboutsports.com/">crazyaboutsports.com</a> is currently for sale.</p>
<p>Crazy About Sports . Com is the ultimate in all round sports domains.  If your only covering one sport to many dozens this is the domain you want.  <a href="http://www.carzyaboutsports.com/">www.carzyaboutsports.com</a> says just that, and is a powerful message even before you've visited the site portraying a great message for marketing and advertising.</p>
<p><a target="_blank" href="http://whois.domaintools.com/crazyaboutsports.com">Please follow this link to confirm our ownership of www.crazyaboutsports.com and our right to sell it</a></p>
<p>Steps to purchasing this domain;</p>
<ol>
<li>Contact us and let us know you are interested in this domain.</li>
<li>We agree a price and payment is made.</li>
<li>Ownership will then be handed over in the form of usernames, passwords and details which will then give you full control and ownership.</li>
<li>After-sale's support is available.</li>
</ol>
<p>Anyone wishing to use a third-party company like <a target="_blank" href="www.networksolutions.com">Network Solutions </a>to negotiate the sale are welcome but from experience a direct sale is quicker and cheaper.</p>
<h2>Contact form</h2>
<div class="contactform" id="c_form_2">
<form action="http://www.icomtek.co.uk/2007/12/16/wwwcrazyaboutsportscom/" method="post">
<div class="contactleft"><label for="wpcf_your_name">Your Name: </label></div>
<div class="contactright">
<input type="text" name="wpcf_your_name" id="wpcf_your_name" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_email">Your Email:</label></div>
<div class="contactright">
<input type="text" name="wpcf_email" id="wpcf_email" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_subject">Subject:</label></div>
<div class="contactright">
<input type="text" name="wpcf_subject" id="wpcf_subject" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_msg">Your Message: </label></div>
<div class="contactright"><textarea name="wpcf_msg" id="wpcf_msg" cols="30" rows="8" ></textarea></div>
<div class="contactright">
<input type="submit" name="Submit" value="Send Message" id="contactsubmit" />
<input type="hidden" name="wpcf_stage" value="process" /></div>
</p></form>
</p></div>
<div style="clear:both; height:1px;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2007/12/16/wwwcrazyaboutsportscom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>www.4&#215;4sportsluxury.com is for sale</title>
		<link>http://www.icomtek.co.uk/2007/12/10/4x4sportsluxurycom/</link>
		<comments>http://www.icomtek.co.uk/2007/12/10/4x4sportsluxurycom/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 22:46:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Domains for sale]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/wordpress/2007/12/10/4x4sportsluxurycom/</guid>
		<description><![CDATA[www.4x4sportsluxury.com is currently for sale.
This is a great domain for upmarket 4x4 car sales site by saying all the important things - 4x4, Sports, Luxury.  From the Land rover Sport to the BMW X5 this domain says it all.  Within the last few years we have seen a boom in luxury 4x4 sales so if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.4x4sportsluxury.com/">www.4x4sportsluxury.com</a> is currently for sale.</p>
<p>This is a great domain for upmarket 4x4 car sales site by saying all the important things - 4x4, Sports, Luxury.  From the Land rover Sport to the BMW X5 this domain says it all.  Within the last few years we have seen a boom in luxury 4x4 sales so if you taking advantage of the online market your couldn't do it better than using this domain.</p>
<p><a target="_blank" href="http://whois.domaintools.com/4x4sportsluxury.com">Please follow this link to confirm our ownership of www.4x4sportsluxury.com and our right to sell it</a></p>
<p>Steps to purchasing this domain;</p>
<ol>
<li>Contact us and let us know you are interested in this domain.</li>
<li>We agree a price and payment is made.</li>
<li>Ownership will then be handed over in the form of usernames, passwords and details which will then give you full control and ownership.</li>
<li>After-sale's support is available.</li>
</ol>
<p>Anyone wishing to use a third-party company like <a target="_blank" href="www.networksolutions.com">Network Solutions </a>to negotiate the sale are welcome but from experience a direct sale is quicker and cheaper.</p>
<h2>Contact form</h2>
<div class="contactform" id="c_form_2">
<form action="http://www.icomtek.co.uk/2007/12/10/4x4sportsluxurycom/" method="post">
<div class="contactleft"><label for="wpcf_your_name">Your Name: </label></div>
<div class="contactright">
<input type="text" name="wpcf_your_name" id="wpcf_your_name" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_email">Your Email:</label></div>
<div class="contactright">
<input type="text" name="wpcf_email" id="wpcf_email" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_subject">Subject:</label></div>
<div class="contactright">
<input type="text" name="wpcf_subject" id="wpcf_subject" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_msg">Your Message: </label></div>
<div class="contactright"><textarea name="wpcf_msg" id="wpcf_msg" cols="30" rows="8" ></textarea></div>
<div class="contactright">
<input type="submit" name="Submit" value="Send Message" id="contactsubmit" />
<input type="hidden" name="wpcf_stage" value="process" /></div>
</p></form>
</p></div>
<div style="clear:both; height:1px;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2007/12/10/4x4sportsluxurycom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>www.adultwebmagizine.com is for sale</title>
		<link>http://www.icomtek.co.uk/2007/12/10/wwwadultwebmagizinecom/</link>
		<comments>http://www.icomtek.co.uk/2007/12/10/wwwadultwebmagizinecom/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 22:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Domains for sale]]></category>

		<guid isPermaLink="false">http://www.icomtek.co.uk/wordpress/2007/12/10/wwwadultwebmagizinecom/</guid>
		<description><![CDATA[www.adultwebmagizine.com is currently for sale.
This domain is for exactly what is says on the tin - Adult Web Magizine.  Although a play with words is needed from the correct spelling of Magazine it gives it a visual and marketing edge which cannot be passed off.  With today's competition in the online adult industry being so competitive [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adultwebmagizine.com/">www.adultwebmagizine.com</a><a href="http://www.playandart.com/"></a> is currently for sale.</p>
<p>This domain is for exactly what is says on the tin - Adult Web Magizine.  Although a play with words is needed from the correct spelling of Magazine it gives it a visual and marketing edge which cannot be passed off.  With today's competition in the online adult industry being so competitive anyone wanting to beak into this market or expand would have a great advantage with this domain.</p>
<p><a target="_blank" href="http://whois.domaintools.com/adultwebmagizine.com">Please follow this link to confirm our ownership of www.adultwebmagizine.com and our right to sell it</a></p>
<p>Steps to purchasing this domain;</p>
<ol>
<li>Contact us and let us know you are interested in this domain.</li>
<li>We agree a price and payment is made.</li>
<li>Ownership will then be handed over in the form of usernames, passwords and details which will then give you full control and ownership.</li>
<li>After-sale's support is available.</li>
</ol>
<p>Anyone wishing to use a third-party company like <a target="_blank" href="www.networksolutions.com">Network Solutions </a>to negotiate the sale are welcome but from experience a direct sale is quicker and cheaper.</p>
<h2>Contact form</h2>
<div class="contactform" id="c_form_2">
<form action="http://www.icomtek.co.uk/2007/12/10/wwwadultwebmagizinecom/" method="post">
<div class="contactleft"><label for="wpcf_your_name">Your Name: </label></div>
<div class="contactright">
<input type="text" name="wpcf_your_name" id="wpcf_your_name" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_email">Your Email:</label></div>
<div class="contactright">
<input type="text" name="wpcf_email" id="wpcf_email" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_subject">Subject:</label></div>
<div class="contactright">
<input type="text" name="wpcf_subject" id="wpcf_subject" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_msg">Your Message: </label></div>
<div class="contactright"><textarea name="wpcf_msg" id="wpcf_msg" cols="30" rows="8" ></textarea></div>
<div class="contactright">
<input type="submit" name="Submit" value="Send Message" id="contactsubmit" />
<input type="hidden" name="wpcf_stage" value="process" /></div>
</p></form>
</p></div>
<div style="clear:both; height:1px;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.icomtek.co.uk/2007/12/10/wwwadultwebmagizinecom/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
