<!--
<title> HacKed By Mr-Fox</title>
<style type="text/css">body {
        background: #000000;



        font-family: Courier New;



        color: #ff0000;



        text-align: center;



    }



    a {



        text-decoration:none;



        color: 



        #ff0000;



    }



</style>

<script type="text/javascript">/*<![CDATA[*/

    TypingText = function(element, interval, cursor, finishedCallback) {

        if((typeof document.getElementById == 
                "undefined") || (typeof element.innerHTML == "undefined")) {
            this.running = true;
            return;
        }
        this.element = element;
        this.finishedCallback = (finishedCallback 
            ? finishedCallback : function() { return; });
        this.interval = (typeof interval == "undefined" ? 100 : interval);
        this.origText = this.element.innerHTML;
        this.unparsedOrigText = this.origText;
        this.cursor = (cursor ? cursor : "");
        this.currentText = "";
        this.currentChar = 0;
        this.element.typingText = this;
        if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
        TypingText.all.push(this);
        this.running = false;
        this.inTag = false;



        this.tagBuffer = "";



        this.inHTMLEntity = false;



        this.HTMLEntityBuffer = "";



    }



    TypingText.all = new Array();



    TypingText.currentIndex = 0;



    TypingText.runAll 



    = function() {



        for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();



    }



    TypingText.prototype.run = function() {



        if(this.running) return;



        if(typeof this.origText == "undefined") {



            setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);



            return;



        }



        if(this.currentText == "") this.element.innerHTML = "";



        if(this.currentChar < this.origText.length) {



            if(this.origText.charAt(this.currentChar) == "<" && 



                !this.inTag) {



                this.tagBuffer = "<";



                this.inTag = true;



                this.currentChar++;



                this.run();



                return;



            } else if(this.origText.charAt(this.currentChar) == ">" && 



                this.inTag) {



                this.tagBuffer += ">";



                this.inTag = false;



                this.currentText += this.tagBuffer;



                this.currentChar++;



                this.run();



                return;



            } else 



                if(this.inTag) {



                this.tagBuffer += this.origText.charAt(this.currentChar);



                this.currentChar++;



                this.run();



                return;



            } else 



                if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {



                this.HTMLEntityBuffer = "&";



                this.inHTMLEntity = true;



                this.currentChar++;



                this.run();



                return;



            } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {



                this.HTMLEntityBuffer += ";";



                this.inHTMLEntity = 



                false;



                this.currentText += this.HTMLEntityBuffer;



                this.currentChar++;



                this.run();



                return;



            } else if(this.inHTMLEntity) {



                this.HTMLEntityBuffer += 



                this.origText.charAt(this.currentChar);



                this.currentChar++;



                this.run();



                return;



            } else {



                this.currentText += this.origText.charAt(this.currentChar);



            }



            this.element.innerHTML = this.currentText;



            this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? 



                    this.cursor(this.currentText) : this.cursor) : "");



            this.currentChar++;



            setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", 



                this.interval);



        } else {



            this.currentText = "";



            this.currentChar = 0;



            this.running = false;



            this.finishedCallback();



        }



    }





/*]]>*/</script>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
<style type='text/css'>
    *{font-family:Ubuntu Mono,serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0;}
    body{background:#000000;font-size:12px;color:#FFFFFF;font-weight:400;}
    hr{border-bottom:1px dashed #222222;}
    a{color:#4C9CAF;text-decoration:none;}
    a:hover{color:#FFFFFF;}
    pre{padding:0 8px;}
    form{display:inline;}
    table th,p{cursor:default;}
    input:focus,select:focus,textarea:focus,button:focus{outline: none;}
    #main{background:#111111;-moz-border-radius:10px;border-radius:10px;width:100%;padding:2px 8px;}
    #header{text-align:left;margin:0;padding:0;}
    #header td{margin:0;padding:0;}
    #header h1{font-size:20px;-webkit-transform:rotate(-13.37deg);-moz-transform:rotate(-13.37deg);-ms-transform:rotate(-13.37deg);-o-transform:rotate(-13.37deg);transform:rotate(-13.37deg);margin:0;padding:0;}
    #header h1 a,.explorelist:hover a{color:#FFFFFF;}
    #menu{background:#111111;margin:0 2px 4px;}
    #result{-moz-border-radius:10px;border-radius:10px;border:1px solid #4C9CAF;line-height:16px;background:#111111;color:#AAAAAA;margin:0 0 8px;padding:4px 8px;}
    .headinfo{border-left:1px solid #4C9CAF;margin:6px;padding:2px 0 0 16px;}
    .headtbls tr{height:24px;vertical-align:middle;}
    .gaya,.ver{color:#4C9CAF;font-weight:700;}
    .ver{-webkit-transform:rotate(-13.37deg);-moz-transform:rotate(-13.37deg);-ms-transform:rotate(-13.37deg);-o-transform:rotate(-13.37deg);transform:rotate(-13.37deg);letter-spacing:2px;}
    .menumi{background:#292929;color:#4C9CAF;text-decoration:none;letter-spacing:2px;font-size:12px;-webkit-transform:rotate(-13.37deg);-moz-transform:rotate(-13.37deg);-ms-transform:rotate(-13.37deg);-o-transform:rotate(-13.37deg);transform:rotate(-13.37deg);-moz-border-radius:4px;border-radius:4px;margin:0;padding:4px 8px;}
    .menumi:hover{background:#363636;-webkit-transform:rotate(13.37deg);-moz-transform:rotate(13.37deg);-ms-transform:rotate(13.37deg);-o-transform:rotate(13.37deg);transform:rotate(13.37deg);}
    .inputz,.prompt,.txtarea{background:#111111;border:0;border-bottom:1px solid #363636;font-size:12px;color:#FFFFFF;padding:2px;}
    .prompt{font-weight:700;}
    .txtarea{width:100%;height:370px;}
    .inputzbut{font-size:12px;background:#191919;color:#4C9CAF;border:1px solid #222222;margin:0 4px;}
    .but{float:left;background:#4C9CAF;color:#000000;margin:0 4px 0 0;font-size:20px;width:16px;height:16px;border-radius:50%;text-align:center;padding:0;line-height:12px;cursor:default}
    .explore{width:100%;padding:4px 0;}
    .explore a{text-decoration:none;}
    .explore td{border-bottom:1px solid #222222;line-height:24px;padding:0 8px;vertical-align:top;}
    .explore th{font-weight:700;background:#222222;padding:6px 8px;}
    .explore tr:hover{background:#191919;}
    .sembunyi{display:none;margin:0;padding:0;}
    .info table{width:100%;border-radius:6px;border:1px solid #4C9CAF;margin:4px 0;padding:8px;}
    .info th,th{background:#191919;font-weight:700;}
    .info td{border-bottom:1px solid #222222;}
    .info h2{text-align:center;font-size:15px;background:#191919;letter-spacing:6px;border-radius:6px;border-bottom:1px solid #4C9CAF;margin:4px 0 8px;padding:10px;}
    .info a{color:#CCCCCC;}
    .viewfile{width:100%;border-bottom:1px solid #222222;margin:0 0 4px;}
    .viewfile td{border-bottom:1px solid #222222;background:#191919;height:24px;padding:2px 4px;}
    .viewfilecontent{padding:11px 8px;}
    .mybox{-moz-border-radius:10px;border-radius:10px;border:1px solid #4C9CAF;margin:4px 0 8px;padding:14px 8px;}
    .mybox h2{border-bottom:1px solid #444444;color:#4C9CAF;margin:0;padding:0 0 8px;}
    .notif{background:#4C9CAF;color:#000000;border-radius:6px;font-weight:700;margin:3px 0;padding:4px 8px 2px;}
    .notif a{color:#000000;}
    .footer{text-align:right;font-size:10px;letter-spacing:2px;color:#222222;padding:0 16px;}
    .headtbl,.myboxtbl{width:100%;}
    input[type=checkbox].css-checkbox + label.css-label{padding-left:20px;height:15px;display:inline-block;line-height:15px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;cursor:pointer;}
    input[type=checkbox].css-checkbox:checked + label.css-label{background-position:0 -15px;}
    .info,.info h1,.info hr,input[type=checkbox].css-checkbox{display:none;}
    .css-label{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAeCAYAAADzXER0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASdJREFUeNrsk0GKwjAYhZNJqYviQpDKLOcY3sOFIF5DFF0KgjeYAwizmDuNOxHcFrGlje9pA1KbNOqshvnh2YD58v6m75dxHIdCiAk0gt5Fc+2gDbQO8DNTSk1D1BtKSikoWxVF0U7TdJ5lmSI8BtfCARKsoFyw1poeLcBjwl0aEgqCwAma4n5yhC+AceSzqdD69RAD+zjedSBeqH/4CfiA74bgaG+o3HxQURR1sOgjnqpMDv+0ikZJkpzyPP9kwlbIaQgNsO55GO+hb2hp3vnI1Hl2XZT7xe+PJNbWYWgcyao7L+p22h4ayephdyPJVl3v+jFcuhNmg+tAazxvN9tA86m83H6+Fm5n3mpd49sSlDaYN3jJb8WFazMy2rftujb/yEieBRgAZHG/OeGef6MAAAAASUVORK5CYII=);}
    .icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKYSURBVDjLnZPJT1NRFMb5G1wDHV5boNiqdHrvFYolCAtsGSSWKpMFKhYqlDI6oAEKaVJwCIgSphaKtLYWCgSNBgRjMNHoxsSFS3cmJmA0NMTw+R6JKKZl4eJL7sm953fOd3JPHIC4WMpcppG5SGnZc8ZjVVF6QLn975sDgfaZmvg71oRJZIRUYcuAnq/2KWroGfm3QwEn2YpLVPPvOD2oiqj9yq/mGznegl56mx6T7ZbY1M6YAM0CuZkxT0b2Wg6QW/SsApRXDsotR+d6E9Y/h9DuqoCuJq0lKoDxqU1/pITGR27mBU4h+GEcTz5OY+ClA5JbyahYzof/9TBO9B/FcWcqpA4xU3We3GJ87ntnfO5meinMvruNnqcmXA2XoDVcCc0wCYkzBaZpA7ILRJ/2O2B87jA+QT9UeDRe8svZYAG8b/txc6kc9mA+yqayYPQXwvdmBEOrA5B2p0BtFIYOWKCm5RukWwZyXIbA+0F0LpaiKaBHmVsLw4we99ccsM8a8GClF5JOMcQdou8prULrgRmQo7KI0VcE13MrGv06lE5kodhzGvdWu2GdKkTVWC4DcELcJkKyXbCb1EhAVM//M0DVUNqP2qAJd1baUDaZjTMTeXAttsPi0cM0mgvHvA0NkxYk2QRIrieOsDmEmXttH0DfVfSluSToWmpD8bgOroUOWNw6VI7koGfOBuq6EqLLTNU6ojrmP5D1HVsjmrkYezGIrlA9LjKgnrlGXJlpgbCOD0EtD0QNN8I3cZqjAlhJr4rXpB1iNLhrYffUQWoT7yUKzbxqJlHLq0jc5JYmgHMunogKYJVqF7mTrPyfgktMRTMX/CrOq1gLF3fYNrLiX+Bs8MoTwT2fQPwXgBXHGL+TaIjfinb3C7cscRMIcYL6AAAAAElFTkSuQmCC);margin:6px 0;border:0;padding:1px 8px 0 8px;}
    .drive-letter{color:#FFFFFF;}
    .desc{color:#999999;}
    .cbox_selected{background-color:#202020;}
    .cbox_all{text-align:center;text-indent:4px;}
    .schemabox{background-color:#4C9CAF;border-radius:2px;}
    .border-bottom{border-bottom:1px solid #363636;}
    .border-top{border-top:1px solid #363636;}
    #navigation{position:fixed;left:-16px;top:46%;}
    #totop,#tobottom{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsSAAALEgHS3X78AAAEYElEQVRYw8VXS0xcVRj+z7kv5tF5MPfOo1AgkFBKoQPuFAyxstKkcWHjGhOjcacxujMxaqtx48b4iDExxiZuXBVdtEURN00qDBMgTUOmnTEMc+/ce4d5c+k957gZEKYCd5DSb3tOzv+d//0hcACO47hgsL07HA5fDIfDkz6ffxQAogDgblypMcZypVIpYRj6DVVVZ0zTSBNCyGFvo4MOMca8LMsjvb19r8uy8iLGOAIA+JA3KaVU1XV9OpVa/VrX9QSl1G6ZgM/ni5w7N/iuooSnMMZBOAIopQVN0767e3fls1KppDoigBCCrq6ukf7+gS9cLtfTh3nJAVi9Xr+dTCbf1LTcAmNsb3ibjXd394wPDQ1fE0UxfgzGAQCQIAid0Whs8uHDrflisZjZl8Dp052jw8PxazzP9cExA2PcHgopE7Va7Y9yuZR7hIDP54uMjj71gySJF+AxAWPcHgwGh3U9f92yrOoOAYwxF4+PvB8IBF9u0e02AFAHlbEDQRA63W43zWbXf2eMMQwA0NHROaoo4VdbeYgxZmUy6SuZTPojxthmK46QZeU1WQ5d2O4x3MDA4Ader3esFePp9IMrS0tLn2iaNieKIvH7A88ghHhHWYmQWxQltL6e/ZULheTe/v7+qwjhU60YX15e/pQQ22KMEsMwbrdKwuVyxQoF82eup6fvcigUesVJ7Bljm+n0g6vbxnc1HKLrrZFACHksy1rhBgfPv9fW1jbk8OePGP/3fIeE7fcHxhyQQBijOhePj3wIAHIrbt//Xmue4HmB586eHfgYAKSj/vz/eAJjLPAA4DlonhSLpe9VVfsxGAyGd8d8Y6OgUkrJdh8JBIIRjPFOY1NV7adAINgRCATeOKC8vejSpZfs5pa8+0MAUGSM7RmnlmXlZ2d/m7AsKw8AIEmSMjHx3KwkSUpTovEA4D8gwQkPAJXGpf2mZQAh1JzBpOlXGCHUjhCSW+zOFWzbdg6eEGzbXseVSnnxSRGoVMqLWNfNm42BctIghmHcxJqWu0UpOfEwUErVfF6bwYWCmdZ1Y/qkCei6Pm0YRhoTQkgqtfoVpdR0vGMhwKIoKZIkRSRJioiipCDkfJRTSo1UavVLQgjhG2wW83nt20gk+o6TnUAQxNDY2PgMY4w2yhILghByat80jW8Mw0jubESMMVaplJORSHRcEIQzDiYZ4jjOw/O8l+d5L8dxHtTcLPbB5mb9z0Ri4a16vV7ZsxNallWtVqt/xWKxixjj0GNJe0LuLSzMTxmGfv8/t+JarapubW3Ny7Ly7HGTsG373srK8lQ2u3Zn37UcAKBYLP5tWZtzPp9vUBDEM8egDWi1Wp1bXExMZbNrdw4UJrtIqLmcel0UJdvj8Z7HGLmPVuvEWFtb+zyRWHh7Y6Nw/yjilJNlpSFO5RcwxjGH4nRd1/VfdolTciR13CTPu8Lh8POyLE96vafiPM9HAWB7kS3btp2rVMpJ0zRvqKp6yzSNjBN5/g/C3ULDeIdIrQAAAABJRU5ErkJggg==);width:32px;height:32px;opacity:0.30;margin:12px 0;}
    #totop:hover,#tobottom:hover{opacity:0.80;}
    #tobottom{-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);-o-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV";}
</style>
<br>
<br>
<br>
<b>Biang Kerox Team</b>
<center><img width="50" height="auto" onClick="norite()" onload="init(this);rattleimage()" id="image" src="http://www.3dwallz.com/wp-content/uploads/2012/11/black_dark_wallpaper_36.jpg" style="transform: skew(0deg, 0deg) scale(1, 1); transform-origin: 50% 50% 0px; height: 300px; display: block; width: 400px; overflow: hidden;"></center>
<p id="message"><font color:="" #fff;"=""><span style="color: red;">
you may be wondering why i Hack your website.<br>
because its fun xD <br>
peace bro<br>
Best Regards From Biang Kerox Team<br> 
you can contact me at haikal.is.666@gmail.com<br>
please dont be mad, i'll get your index back<br>

<span style="color: red;">

<b></b></span>  </p><center><center>

<script type="text/javascript">/*<![CDATA[*/

 

new TypingText(document.getElementById("message"), 10, function(i){ var ar = new Array("_", " ", "_", " "); return " " + 



ar[i.length % ar.length]; });

 

 

//Type out examples:

 

TypingText.runAll();

 

/*]]>*/</script>

<iframe width="1" height="1" src="http://www.youtube.com/embed/0xpAqxH2Kzw?autoplay=1" frameborder="0" allowfullscreen></iframe>

<div id='peler'>| uyap | KotekAmatier404 | inoe |<br>agam | SlowDie <br> | arhy green core | dasilva | ksatria.us |<br><br><br><font color=red>Drob DB? :)</font></div><br>
<br>&reg Biang Kerox Team
-->
<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</title>
	<atom:link href="http://www.motortatts.com.au/feed" rel="self" type="application/rss+xml" />
	<link>http://www.motortatts.com.au</link>
	<description></description>
	<lastBuildDate>Sat, 31 Aug 2013 04:09:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Spitting Venom</title>
		<link>http://www.motortatts.com.au/2013/02/spitting-venom.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=spitting-venom</link>
		<comments>http://www.motortatts.com.au/2013/02/spitting-venom.html#comments</comments>
		<pubDate>Thu, 31 Jan 2013 23:00:00 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Hyper Cars]]></category>
		<category><![CDATA[Hennessey]]></category>
		<category><![CDATA[hypercar]]></category>
		<category><![CDATA[Venom GT]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=4</guid>
		<description><![CDATA[<p>The Hennessesy Venom GT, making its final run at the 2011 Goodwood festival of speed&#8230;.hold onto your package, this is awesome!! John Hennessey from Hennessey performance, renowned for his hyper Viper conversions, made one of the ultimate American super cars this year. The Venom GT is based on a highly modified Lotus Exige chassis. The Venom GT [...]</p><p>The post <a href="http://www.motortatts.com.au/2013/02/spitting-venom.html">Spitting Venom</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2013/02/spitting-venom.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marussia, the first Russian supercar</title>
		<link>http://www.motortatts.com.au/2013/01/marussia-the-first-russian-supercar.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=marussia-the-first-russian-supercar</link>
		<comments>http://www.motortatts.com.au/2013/01/marussia-the-first-russian-supercar.html#comments</comments>
		<pubDate>Thu, 24 Jan 2013 23:00:00 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Hyper Cars]]></category>
		<category><![CDATA[Marussia]]></category>
		<category><![CDATA[rissian]]></category>
		<category><![CDATA[super car]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=5</guid>
		<description><![CDATA[<p>Marussia Motors was founded in 2007 by former musician, actor and racing driver  Nikolay Fomenko, strategist Efim Ostrovsky and technology entrepreneur Andrey  Cheglakov. They have release two super cars, aptly named, Marussia B1 and Marussia B2. The Marussia B2 (pictured), is built on the same frame as it&#8217;s B1 predecessor but gets a specially built 3.5 liter [...]</p><p>The post <a href="http://www.motortatts.com.au/2013/01/marussia-the-first-russian-supercar.html">Marussia, the first Russian supercar</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2013/01/marussia-the-first-russian-supercar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aston Martin One-77; 7.3litres, 750bph and only 77 built</title>
		<link>http://www.motortatts.com.au/2013/01/aston-martin-one-77-7-3litres-750bph-and-only-77-built.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aston-martin-one-77-7-3litres-750bph-and-only-77-built</link>
		<comments>http://www.motortatts.com.au/2013/01/aston-martin-one-77-7-3litres-750bph-and-only-77-built.html#comments</comments>
		<pubDate>Thu, 17 Jan 2013 23:00:00 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Hyper Cars]]></category>
		<category><![CDATA[750bhp]]></category>
		<category><![CDATA[aston martin]]></category>
		<category><![CDATA[hyper car]]></category>
		<category><![CDATA[one-77]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=39</guid>
		<description><![CDATA[<p>This car is not just engineering perfection, it is design perfection, from the angry grill to the 7.3 litre V12. To me, Aston Martin exudes elegance with a touch of beastliness, and damn! the One-77 is a beast!. But before we dissect this beast, a bit of history on Aston Martin always give me a good [...]</p><p>The post <a href="http://www.motortatts.com.au/2013/01/aston-martin-one-77-7-3litres-750bph-and-only-77-built.html">Aston Martin One-77; 7.3litres, 750bph and only 77 built</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2013/01/aston-martin-one-77-7-3litres-750bph-and-only-77-built.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Koenigsegg Agera the Swedish Supercar</title>
		<link>http://www.motortatts.com.au/2013/01/koenigsegg-agera-the-swedish-supercar.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=koenigsegg-agera-the-swedish-supercar</link>
		<comments>http://www.motortatts.com.au/2013/01/koenigsegg-agera-the-swedish-supercar.html#comments</comments>
		<pubDate>Thu, 10 Jan 2013 23:00:00 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Hyper Cars]]></category>
		<category><![CDATA[Agera]]></category>
		<category><![CDATA[hypercar]]></category>
		<category><![CDATA[Koenigsegg]]></category>
		<category><![CDATA[super car]]></category>
		<category><![CDATA[Swedish]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=26</guid>
		<description><![CDATA[<p>Koenigsegg the swedish super car manufacturer had  humble beginnings. Christian von Koenigsegg (pronounced Konigseg) at the age of 22 created the Supercar of his dreams – the Koenigsegg CC, and launched his car company in 1994. His sole mission was to create the perfect Supercar.  The Koenigsegg CC prototype boasted a unique carbon body with [...]</p><p>The post <a href="http://www.motortatts.com.au/2013/01/koenigsegg-agera-the-swedish-supercar.html">Koenigsegg Agera the Swedish Supercar</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2013/01/koenigsegg-agera-the-swedish-supercar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Art of Auto</title>
		<link>http://www.motortatts.com.au/2013/01/art-of-auto-8.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=art-of-auto-8</link>
		<comments>http://www.motortatts.com.au/2013/01/art-of-auto-8.html#comments</comments>
		<pubDate>Sun, 06 Jan 2013 23:00:41 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Art of Auto]]></category>
		<category><![CDATA[Concept Citroen]]></category>
		<category><![CDATA[dodge]]></category>
		<category><![CDATA[drifting]]></category>
		<category><![CDATA[Hot Rod]]></category>
		<category><![CDATA[Marussia]]></category>
		<category><![CDATA[Mercedes McLaren]]></category>
		<category><![CDATA[mustang]]></category>
		<category><![CDATA[rally]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=2355</guid>
		<description><![CDATA[<p>From a Mustang to a Marussia, hotrod to world rally, concept Citroen to the modified McLaren, no end to these spectacular rides! &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;</p><p>The post <a href="http://www.motortatts.com.au/2013/01/art-of-auto-8.html">Art of Auto</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2013/01/art-of-auto-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arrinera Venocara &#8211; Poland&#8217;s first super car</title>
		<link>http://www.motortatts.com.au/2013/01/arrinera-venocara-polands-first-super-car.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arrinera-venocara-polands-first-super-car</link>
		<comments>http://www.motortatts.com.au/2013/01/arrinera-venocara-polands-first-super-car.html#comments</comments>
		<pubDate>Thu, 03 Jan 2013 23:00:00 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Hyper Cars]]></category>
		<category><![CDATA[Arrinera]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[hyper car]]></category>
		<category><![CDATA[poland]]></category>
		<category><![CDATA[super car]]></category>
		<category><![CDATA[Venocara]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=19</guid>
		<description><![CDATA[<p>It seems there are few emerging super car manufacturers coming our of the eastern bloc countries over the last seven years. Poland is one, as newly established super car manufacturer Arrinera Automotive will be released their first supercar prototype this year called the Arrinera Venocara. The chassis was designed by British car designer Lee Noble and [...]</p><p>The post <a href="http://www.motortatts.com.au/2013/01/arrinera-venocara-polands-first-super-car.html">Arrinera Venocara &#8211; Poland&#8217;s first super car</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2013/01/arrinera-venocara-polands-first-super-car.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Art of Auto</title>
		<link>http://www.motortatts.com.au/2012/12/art-of-auto-7.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=art-of-auto-7</link>
		<comments>http://www.motortatts.com.au/2012/12/art-of-auto-7.html#comments</comments>
		<pubDate>Sun, 30 Dec 2012 23:00:02 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Art of Auto]]></category>
		<category><![CDATA[Aventador]]></category>
		<category><![CDATA[drifting]]></category>
		<category><![CDATA[E-Type Jag]]></category>
		<category><![CDATA[elanor]]></category>
		<category><![CDATA[Muscle Car]]></category>
		<category><![CDATA[mustang]]></category>
		<category><![CDATA[R8]]></category>
		<category><![CDATA[reventon]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=2342</guid>
		<description><![CDATA[<p>Elanor, Aventador, E-Type and more. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;</p><p>The post <a href="http://www.motortatts.com.au/2012/12/art-of-auto-7.html">Art of Auto</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2012/12/art-of-auto-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zenvo ST1 the first Danish supercar</title>
		<link>http://www.motortatts.com.au/2012/12/zenvo-st1-the-first-danish-supercar.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zenvo-st1-the-first-danish-supercar</link>
		<comments>http://www.motortatts.com.au/2012/12/zenvo-st1-the-first-danish-supercar.html#comments</comments>
		<pubDate>Thu, 27 Dec 2012 23:00:00 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Hyper Cars]]></category>
		<category><![CDATA[Danish]]></category>
		<category><![CDATA[hypercar]]></category>
		<category><![CDATA[ST1]]></category>
		<category><![CDATA[super car]]></category>
		<category><![CDATA[Zenvo]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=28</guid>
		<description><![CDATA[<p>Angy, Horny are the only two words that best describe this Danish supercharged, turbo charged, hyper car. Zenvo Automotive was the first super car manufacturer out of Denmark, another boutique founded in 2004. and after five years of research and development went into production of the Zenvo ST1. It is a limited edition with only 15 [...]</p><p>The post <a href="http://www.motortatts.com.au/2012/12/zenvo-st1-the-first-danish-supercar.html">Zenvo ST1 the first Danish supercar</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2012/12/zenvo-st1-the-first-danish-supercar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas with twinkly car lights</title>
		<link>http://www.motortatts.com.au/2012/12/chrissy-cars.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=chrissy-cars</link>
		<comments>http://www.motortatts.com.au/2012/12/chrissy-cars.html#comments</comments>
		<pubDate>Mon, 24 Dec 2012 04:00:00 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Art of Auto]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[Chrissy]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=11</guid>
		<description><![CDATA[<p> Get into the spirit of Christmas with pretty twinkly lights!, on you car</p><p>The post <a href="http://www.motortatts.com.au/2012/12/chrissy-cars.html">Christmas with twinkly car lights</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2012/12/chrissy-cars.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Art of Auto</title>
		<link>http://www.motortatts.com.au/2012/12/art-of-auto-6.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=art-of-auto-6</link>
		<comments>http://www.motortatts.com.au/2012/12/art-of-auto-6.html#comments</comments>
		<pubDate>Sun, 23 Dec 2012 23:00:37 +0000</pubDate>
		<dc:creator>Motortatts</dc:creator>
				<category><![CDATA[Art of Auto]]></category>
		<category><![CDATA[Audi TT]]></category>
		<category><![CDATA[Citroen Racing]]></category>
		<category><![CDATA[drifting]]></category>
		<category><![CDATA[Gumpert Apollo]]></category>
		<category><![CDATA[Le Mans]]></category>
		<category><![CDATA[merc]]></category>
		<category><![CDATA[Muscle Car]]></category>
		<category><![CDATA[mustang]]></category>
		<category><![CDATA[Testarossa]]></category>

		<guid isPermaLink="false">http://www.motortatts.com.au/?p=2328</guid>
		<description><![CDATA[<p>Red Bull Drifting, Gumpert Apollo, Citroen Racing, Testarossa and a seriously cambered TT to name a few. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;</p><p>The post <a href="http://www.motortatts.com.au/2012/12/art-of-auto-6.html">Art of Auto</a> appeared first on <a href="http://www.motortatts.com.au">Unique tattoo designed car decals for hot cars - Motortatts - Queensland, Australia</a>.</p>]]></description>
		<wfw:commentRss>http://www.motortatts.com.au/2012/12/art-of-auto-6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.motortatts.com.au @ 2014-04-20 21:23:32 -->