<?xml version="1.0"?><rss version="2.0">
	<channel>
		<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<meta name="description" content="Intrafin is an international distributor of boardgames, cardgames, miniatures and figurines. Our expertise guarantees a swift and professional delivery of our products." />
<meta name="keywords" content="intrafin, distribution, distributor, supplies, supplier, wholesale, b2b, business to business, shipping, games, toys, collectibles, accessories, boardgames, card games, trading card games, tcg, collectible card games, ccg, living card cames, lcg, non-collectible card games, ncg, miniatures, role playing games, rpg, dice, plush, puzzles, boosters, fat packs, intro packs, event decks, booster battle packs, sleeves, deckbox, deck box, playmat, play mat, pro binder, albums, portfolios, pages, magic the gathering, magic, mtg, pokémon, pokemon, pkm, star wars, star trek, wow, world of warcraft, yu-gi-oh, yugioh, yu-gi-oh!, the lord of the rings, lotr, legend of the 5 rings, l5r, dungeons &amp; dragons, d&amp;d, heroclix, marvel, dc, pathfinder, barbie, angry birds, cars, hot wheels, ars magica, shadowrun, warhammer, game of thrones, android netrunner, call of cthulhu, hordes, iron kingdoms, no quarter, warmachine, axis &amp; allies, south park, simpsons, family guy, dust tactics, dust warfare, descent, mansions of madness, munchkin, humans, zombies, quarriors, star trek, wizards of the coast, hasbro, nikko, meccano, mattel, identity games, fantasy flight games, cryptozoic, wizkids, neca, diamond comics, koplow, mayday games, privateer press, ultrapro, ultra pro, aeg, alderac entertainment group, flying frog, lansay, ravensburger, rio grande, schmidt spiele, steve jackson games, twilight creations, z-man games, konami, white wolf publishing, funko, mc farlane, sideshow collectibles, game mastery, archeon, atlas games, catalyst game labs, cubicle 7, mongoose publishing, paizo, play factory, favorite collection, giochi presiozi, safari toys, spinmaster, Europe, EU, European Union, Angola, Austria, Belgium, Bosnia Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic, Denmark, Dubai, Egypt, Estonia, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Israel, Italy, Latvia, Liechtenstein, Lithuania, Luxembourg, Macedonia, Malta, Morocco, Mozambique, Netherlands, Norway, Poland, Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Tunisia, Turkey, United Arab Emirates, United Kingdom" />

<link rel="alternate" type="application/rss+xml" title="Intrafin RSS feed" href="http://www.intrafin.be/rss.php" />
<link rel="icon" type="image/png" href="/favicon.png" />

<style type="text/css">
	@import "./templates/new/calendarsm.css";
	@import "./templates/new/new.css";
	@import "./templates/new/lightbox.css";

</style>

<script type="text/javascript" src="http://www.intrafin.be/includes/js/jquery-1.7.2.min.js""></script>
<script type="text/javascript" src="http://www.intrafin.be/includes/js/jquery.md5.js"></script>
<script type="text/javascript" src="http://www.intrafin.be/includes/js/lightbox.js"></script>

<script type="text/javascript">
//=========================================================== ajax shopping ===========================================================================
$(document).ready(function() {

	$('#moreSubsites').click(function() {
		//alert('ready');
		$('#jsPopup').css("visibility", "visible");
	});

	function createJsPopup (title, content) {
		var $jsPopup = $('<div id="jsPopup" style="background-image: url(\'./images/black_50_transp.png\'); background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; right: 0; bottom: 0; visibility: ; z-index: 899;"><div style="background: rgba(255,255,255,0.5); border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; width: 520px; padding: 10px; margin: 0 auto; margin-top: 200px;"><div style="background: white; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px;" id="jsPopupContents"><h3>' + title + '</h3>' + content + '<div style="text-align: center;"><a id="closePopup" class="fancy_button">Close</a></div></div></div></div>').insertAfter('body');
		$('#closePopup').click(function() {
			$jsPopup.hide();
		});
	}

	function isValidEmailAddress(emailAddress) {
		var pattern = new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z])?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]|[0-9]{1,2})\.)(25[0-5]|2[0-4][0-9]|1[0-9]|[0-9]{1,2})\]?$)/i);
		return pattern.test(emailAddress);
	}

	$('#registerProductSelection ul').hide();
	$('#gameCheckbox').click(function() {
		$('#registerProductSelection ul').toggle('slow');
	});
	$('#alsoShipping').click(function() {
		$('#shippingAddress').toggle('slow');
	});

	$('#submitForm').click(function() {
		//var pattern = new RegExp(/(?<!&#[0-9]|&#[0-9]|&#[0-9]);/);

		error = '';
		userName = $('#userName').val();
		password = $('#password').val();
		passwordConfirm = $('#passwordConfirm').val();
		eMailAddress = $('#eMailAddress').val();
		eMailAddressConfirm = $('#eMailAddressConfirm').val();
		companyName = $('#companyName').val();
		firstName = $('#firstName').val();
		surName = $('#surName').val();
		vatNr = $('#vatNr').val();
		phone = $('#phone').val();
		fax = $('#fax').val();
		street = $('#street').val();
		postalCode = $('#postalCode').val();
		city = $('#city').val();
		alsoShipping = $('#alsoShipping').attr('checked')?true:false;
		street2 = $('#street2').val();
		postalCode2 = $('#postalCode2').val();
		city2 = $('#city2').val();
		imageVerification = $.md5($('#imageVerification').val().toUpperCase());
		imagehash = $('#imagehash').val();
		agreeWithTerms = $('#agreeWithTerms').attr('checked')?1:0;

		first = true;

		if (userName.length < 3) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>The username is too short</li>';
		}
		if (userName.length > 15) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>The username is too long.  The maximum allowed length is <b>%s</b> characters</li>';
		}
		if (password.length <= 0) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Your password is too simple (e.g. too short, equal to username, ...)</li>';
		}
		if (password != passwordConfirm) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>The passwords do not match</li>';
		}
		if (!isValidEmailAddress(eMailAddress) | !eMailAddress.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>The e-mail address you provided appears to be invalid</li>';
		}
		if (eMailAddressConfirm != eMailAddress) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>The e-mail addresses do not match</li>';
		}
		if (!companyName.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in your company name.</li>';
		}
		if (!firstName.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in your first name.</li>';
		}
		if (!surName.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in your surname.</li>';
		}
		if (!vatNr.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in your vat number.</li>';
		}
		if (!phone.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in your phone number.</li>';
		} else {
			if (phone.indexOf('0') < 0 && phone.indexOf('1') < 0 && phone.indexOf('2') < 0 && phone.indexOf('3') < 0 && phone.indexOf('4') < 0 && phone.indexOf('5') < 0 && phone.indexOf('6') < 0 && phone.indexOf('7') < 0 && phone.indexOf('8') < 0 && phone.indexOf('9') < 0) {
				if (first) {
					error += '<ul>';
				}
				first = false;
				error += '<li>Please fill in a valid phone number.</li>';
			}
		}
		if (!street.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in the street of your facturation address.</li>';
		}
		if (!postalCode.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in the postal code of your facturation address.</li>';
		}
		if (!city.length) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in the city of your facturation address.</li>';
		}
		if (!street2.length && !alsoShipping) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in the street of your shipping address.</li>';
		}
		if (!postalCode2.length && !alsoShipping) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in the postal code of your shipping address.</li>';
		}
		if (!city2.length && !alsoShipping) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please fill in the city of your shipping address.</li>';
		}
		if (imageVerification != imagehash) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>The image verification failed.</li>';
		}
		if (!(agreeWithTerms == '1')) {
			if (first) {
				error += '<ul>';
			}
			first = false;
			error += '<li>Please accept our general terms and the privacy statement.</li>';
		}

		if (!first) {
			createJsPopup('Error', error + '</ul>');
			return false;
		}
	});

});
//=========================================================== ajax shopping ===========================================================================
</script>

<title>Intrafin Toys &amp; Games Distribution nv</title>
</head>

<body>

<div id="background-wrapper">

	<a name="top"></a>

	<div class="line">

		<div id="header-image">
			<a href="index.php?sid=c32755d67db109f04666ff79955913f1" style="float: left;"><img src="/templates/new/images/header_logo2.png" alt="Intrafin Toys &amp; Games Distribution" style="height:150px;" /></a>
		</div>

		<div id="languages">
			<a href="set_language.php?lang=4"
			><img src="image.php?2972" style="padding-right:5px" />Deutsch</a>
			<a href="set_language.php?lang=1"
			style="font-weight: bold;text-decoration:underline;"
			><img src="image.php?2969" style="padding-right:5px" />English</a>
			<a href="set_language.php?lang=5"
			><img src="image.php?2974" style="padding-right:5px" />Español</a>
			<a href="set_language.php?lang=3"
			><img src="image.php?2970" style="padding-right:5px" />français</a>
			<a href="set_language.php?lang=6"
			><img src="image.php?2979" style="padding-right:5px" />Italiano</a>
			<a href="set_language.php?lang=2"
			><img src="image.php?2968" style="padding-right:5px" />Nederlands</a>
			<br /><br /><a href="http://www.intrafin.be/blog/181/Best_Price_Policy" style="float: right;"><img src="/templates/new/images/best_price_policy_header.png"/></a>
		</div>

	</div>

	<div class="line">

		<div id="newMenuWrapper">
			<ul class="newMenu">
				<li><a href="index.php?sid=c32755d67db109f04666ff79955913f1">Home</a></li>
				<li><a href="new/?sid=c32755d67db109f04666ff79955913f1">New</a></li>
				<li><a href="restocks/?sid=c32755d67db109f04666ff79955913f1">Restocks</a></li>
				<li><a href="upcoming/?sid=c32755d67db109f04666ff79955913f1">Upcoming</a></li>
				<li><a href="calendar/?sid=c32755d67db109f04666ff79955913f1">Calendar</a></li>
				<li><a href="corporate/whois/?sid=c32755d67db109f04666ff79955913f1">Contact us</a></li>
			</ul>
		</div>

		<div id="newMenuWrapper" style="background-color:#FE6633;height:auto;">
			<form action="http://www.intrafin.be/search.php" method="get" name="search" style="padding:5px;">

				<table cellspacing="2">
					<tr style="font-size:10px;color:#fff;">
						<td style="text-align:center;">Categories</td>
						<td style="text-align:center;">Availability</td>
						<td style="text-align:center;">Age</td>
						<td style="text-align:center;">Search fields</td>
						<td style="text-align:center;">Language</td>
						<td style="text-align:center;">Sort by</td>
						<td style="text-align:center;">Direction</td>
						<td style="text-align:center;" colspan="2">&nbsp;</td>
					</tr>
					<tr>
						<td style="text-align:center;">
							<select name="search_maincat">
								<option selected = "selected" value="">All</option>
								<option value="ACC">Accessories</option>
								<option value="BOA">Boardgames</option>
								<option value="CCG">CCG Card Games</option>
								<option value="NCG">LCG Card Games</option>
								<option value="FIG">Figurines</option>
								<option value="MIN">Miniatures</option>
								<option value="RPG">Roleplay Games</option>
								<option value="TOY">Toys</option>
							</select>
						</td>
						<td style="text-align:center;">
							<select name="search_stock">
								<option value="0">In stock & upcoming</option>
								<option value="1">In stock only</option>
								<option value="2">Upcoming only</option>
							</select>
						</td>
						<td style="text-align:center;">
							<select name="search_time">
								<option value="0">All time</option>
								<option value="1">Since 1 Day</option>
								<option value="7">Since 7 Days</option>
								<option value="14">Since 2 Weeks</option>
								<option value="30">Since 1 Month</option>
								<option value="90">Since 3 Months</option>
								<option value="180">Since 6 Months</option>
								<option value="364">Since 1 Year</option>
							</select>
						</td>
						<td style="text-align:center;">
							<select name="search_fields">
								<option value="1">Title only</option>
								<option value="0">Title & description</option>
							</select>
						</td>
						<td style="text-align:center;">
							<select name="search_lang">
								<option value="">All languages</option>
								<option value="ENG">English</option>
								<option value="DUT">Dutch</option>
								<option value="FRE">French</option>
								<option value="GER">German</option>
								<option value="ITA">Italian</option>
								<option value="SPA">Spanish</option>
								<option value="POR">Portuguese</option>
								<option value="CHI">Chinese</option>
								<option value="JAP">Japanese</option>
							</select>
						</td>
						<td style="text-align:center;">
							<select name="search_sort">
								<option value="0">Title</option>
								<option value="1">Age</option>
								<option value="2">Reference</option>
							</select>
						</td>
						<td style="text-align:center;">
							<select name="sort_dir">
								<option value="ASC">Ascending</option>
								<option value="DESC">Descending</option>
							</select>
						</td>
						<td style="text-align:center;">
							<input type="hidden" name="mode" value="search_keywords">
							<input type="hidden" name="search_id" value="">
							<input type="text" name="search_keywords" size="20" style="width:95%;height:20px;padding:0px;font-size:10px;" value="">
						</td>
						<td style="text-align:center;">
							<input type="submit" value="Search" style="height:24px;font-size:10px;background-color:#6887AE;color:#fff;border-style:solid;border-width:2px;border-color:#fff;">
						</td>
					</tr>
				</table>
			</form>
		</div>

		<div id="subsiteWrapper">
			<div style="width:100%;float:left;">
				<ul class="newTabs">
					<li
						id="activeTab"
					>
						<a href="set_subsite.php?sid=c32755d67db109f04666ff79955913f1?subsite=gen">All products</a>
					</li><!--
					--><li
					>
						<a href="set_subsite.php?sid=c32755d67db109f04666ff79955913f1?subsite=toy">Toys</a>
					</li><!--
					--><li
					>
						<a href="set_subsite.php?sid=c32755d67db109f04666ff79955913f1?subsite=gam">Games</a>
					</li><!--
					--><li
					>
						<a href="set_subsite.php?sid=c32755d67db109f04666ff79955913f1?subsite=fig">Collectibles</a>
					</li>
				</ul>
			</div>
		</div>

	</div>

	<div class="line">
<!-- LEFT COLUMN -->
<div class="item" id="left">
	<div class="menu">
	<!-- LOGIN / MY INTRAFIN BOX -->
		<div class="menubar">Login</div>
		<div class="menubox">
			<form method="post" action="login.php?login=true&amp;sid=c32755d67db109f04666ff79955913f1">
				<input type="hidden" name="redirect" value="/rss.php?upcoming=Boardgames">
				<div>Welcome, <b><u>Guest</u></b>.</div><br />
				<div class="loginline"><input type="text" name="username" value="" />Username:</div>
				<div class="loginline"><input type="password" name="password" />Password: </div>
				<div style="clear:both;padding:10px 0 0 0;">
					<input type="submit" value="Login" class="fancy_button" style="font-size:12px !important;"> <a href="profile.php?m=register&amp;sid=c32755d67db109f04666ff79955913f1" class="fancy_button" style="font-size:12px !important;float:right;">Become a client</a><br /><br />
					<a href="profile.php?m=sendpassword&amp;sid=c32755d67db109f04666ff79955913f1">I forgot my password</a>
				</div>
			</form>
		</div>
	<!-- PRODUCT CATEGORIES -->
		<div class="menubar">Products <a href="/rss.php" class="rsslink"><img src="templates/new/images/rss.gif" alt="rss"/></a></div>
		<div class="menubox">
			<a href="/accessories/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Accessories</a>
			<a href="/boardgames/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Boardgames</a>
			<a href="/card_games_ccg/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">CCG Card Games</a>
			<a href="/card_games_lcg/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">LCG Card Games</a>
			<a href="/figurines/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Figurines</a>
			<a href="/miniatures/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Miniatures</a>
			<a href="/roleplay_games/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Roleplay Games</a>
			<a href="/toys/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Toys</a>
		</div>
	<!-- UPCOMING CATEGORIES -->
		<div class="menubar">Upcoming products <a href="/rss.php?upcoming" class="rsslink"><img src="templates/new/images/rss.gif" alt="rss"/></a></div>
		<div class="menubox">
			<a href="/upcoming/accessories/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Accessories</a>
			<a href="/upcoming/boardgames/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Boardgames</a>
			<a href="/upcoming/card_games_ccg/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">CCG Card Games</a>
			<a href="/upcoming/card_games_lcg/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">LCG Card Games</a>
			<a href="/upcoming//?sid=c32755d67db109f04666ff79955913f1" class="witharrow"></a>
			<a href="/upcoming/figurines/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Figurines</a>
			<a href="/upcoming/miniatures/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Miniatures</a>
			<a href="/upcoming/roleplay_games/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Roleplay Games</a>
			<a href="/upcoming/toys/?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Toys</a>
		</div>
	<!-- CORPORATE -->
		<div class="menubar">Corporate</div>
		<div class="menubox">
			<a href="/Corporate/Whois/index.html?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Who is Intrafin?</a>
			<a href="/Corporate/Location/index.html?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Intrafin Location</a>
			<a href="/Corporate/Mission/index.html?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Mission Statement</a>
			<a href="/Corporate/Jobs/index.html?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Jobs</a>
			<a href="/Corporate/Employees/index.html?sid=c32755d67db109f04666ff79955913f1" class="witharrow">The Intrafin Team</a>
			<a href="/Corporate/Terms_Conditions/index.html?sid=c32755d67db109f04666ff79955913f1" class="witharrow">Terms and Conditions</a>
		</div>
	</div>
</div>
<div class="item" id="center">
	<div id="centernorightbar">
<!-- CONTENT -->
		
		<div class="centerbar">Database Error</div>
		<div class="centerbox">
			<div class="wrapper">
				Could not fetch upcoming products in category Boardgames<br /><br /><b><u>DEBUG MODE</u></b><br /><br />SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1<br /><br />SELECT * FROM intrafin_products WHERE  product_onweb='1' AND (CASE WHEN LENGTH(product_release = 4) THEN product_release > '2013' WHEN LENGTH(product_release = 7) THEN product_release > '2013-05' ELSE product_release > '2013-05-25' END) AND product_groep LIKE 'Boardgames%' ORDER BY </br /><br />Line : 1563<br />File : D:\wwwroot\intrafin\includes\productmanager.php
			</div>
		</div>
	</div>
</div>
	</div>
	<div class="line">
		<div class="item" id="center">
			<div id="centerwithrightbar">
				<table id="footer">
					<tr>
						<td>© 1999-2013 Intrafin Toys & Games Distribution nv. All Rights Reserved.</td>
						<td>
							<a href="popup.php?disclaimer&amp;sid=c32755d67db109f04666ff79955913f1" target="_blank" onClick="javascript:window.open('popup.php?disclaimer&amp;sid=c32755d67db109f04666ff79955913f1', 'Disclaimer', 'width=640,height=480,resizable=yes,scrollbars=yes');return false;" class="link">Disclaimer</a><br />
							<a href="popup.php?privacy&amp;sid=c32755d67db109f04666ff79955913f1" target="_blank" onClick="javascript:window.open('popup.php?privacy&amp;sid=c32755d67db109f04666ff79955913f1', 'Privacy', 'width=640,height=480,resizable=yes,scrollbars=yes');return false;" class="link">Privacy</a><br />
							<a href="mailto:webmaster@intrafin.be" class="link">Webmaster</a>
						</td>
						<td>
							Other websites:<br />
							<a href="http://intrafingames.eu" target="_blank">intrafingames.eu</a><br />
							<a href="http://pokemontcg.be" target="_blank">pokemontcg.be</a><br />
							<a href="http://magicthegathering.be" target="_blank">magicthegathering.be</a><br />
						</td>
						<td>
							<a href="http://twitter.com/intrafin" target="_blank"><img src="images/logo_twitter_sq_36.png" /></a>
							<a href="http://www.facebook.com/Intrafin" target="_blank"><img src="images/logo_facebook_sq_36.png" /></a>
						</td>
					</tr>
				</table>
			</div>
		</div>
	</div>
</div>
</body>
</html>
