Street Source Magazine
Street Source Magazine

SVBlazer

MONTY MACEDO

Bakersfield, Ca

3 owner profiles

← Search All Profiles

About Me

<CENTER>
<a href="http://imageshack.us"><img src="http://img503.imageshack.us/img503/5531/svlogo9xd.jpg" border="0" width="600" alt="Image Hosted by ImageShack.us" /></a>
<CENTER>
<HEAD><div id=vpdiv><embed allowScriptAccess="never"name='RAOCXplayer' src='http://www.videocodezone.com/videos/p/pitbull/dammit_man_263100.asx' type='application/x-mplayer2' width='300' height='300' ShowC..'1' ShowStatusBar='0' loop='true' EnableC..'0' DisplaySize='0' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed></div><font style='font-size: 15px'><a href='http://www.VideoCodeZone.com/'>Music Video Codes</a> provided by VideoCodeZone.com</font>
<CENTER>
<a href="http://imageshack.us"><img src="http://img302.imageshack.us/img302/7204/plaque36hu.jpg" border="0" width="384" alt="Image Hosted by ImageShack.us" /></a>
<CENTER>
Whats up everyone. My name is Monty N I'm
from Bako, CA. I'm 20 Yrs old; Sum people
know me as Mr. Pickuptech but U can call me
what ever U want...If U ever need any body
parts for cars and trux im ur guy and also
billet access., lift kits, F.B.S.S.bag kits
,lowering kits n just bout anything to customize/accessorize almost any make and
model for cars and truks;in other words i
have a shit load of aftermarket body parts!;
hit me up for anything u ever need
( 661-213-6682)...Shipping can be arranged;
My shop is pretty much a store for people
who like to buy the parts n do it urself like
90% of everyone on SSM.com "Built not Bought!"
the quote of all mini trukers who have blood,
sweats and tears on any mini/fullsize they did themselves!... <br>Representing $ubVersive "WE'RE BACK!!!!!!!!!!!!!!" In So.Cali, (BAKERSFIELD)<br>"What U know bout AK'S & AR-15'S"<br> "(GOT SHELLS?!)" ..............<STYLE>a, a.man, a:link, a:visited{color:; font-size:8pt; font-weight:normal; text-decoration:none; font-style:normal} a:active, a:hover{color:CC0000; font-size:8pt; font-weight:normal; text-decoration:none; font-style:normal;}td, table, tr, span, li, p, div, textarea, DIV {color:CC0000; font-weight:normal; font-decoration:none; font-style:normal;background-color:transparent} td, li, p, div, textarea {border-color:} table{border-color:CC0000}a.navbar{font-size:8pt; font-weight:normal} a.navbar:link{color:;} a.navbar:active{color:CC0000;} a.navbar:visited{color:;} a.navbar:hover{color:CC0000;}a.searchlinkSmall{font-size:8pt; text-decoration:none; font-weight:normal;} a.searchlinkSmall:link{color:CC0000} a.searchlinkSmall:active{color:CC0000} a.searchlinkSmall:visited{color:CC0000} a.searchlinkSmall:hover{color:CC0000}body{background-color:CC0000;background-image:url(); background-position:0%; background-repeat:repeat; background-attachment:fixed;}.nametext{font-size:8pt;color:CC0000; font-weight:normal;}.blacktext10{font-size:8pt; color:CC0000; font-weight:normal;}.blacktext12{font-size:8pt; color:CC0000; font-weight:normal;}.btext, .itext, .text{font-size:8pt; color:CC0000; font-weight:normal;}.orangetext15{color:CC0000; font-weight:normal;}.lightbluetext8{font-size:8pt; color:CC0000; font-weight:normal;}.tmz_imp{font-family:arial;color:FF0000;font-weight:bold}a img{border-color:CC0000; border-width:2px;border-style:solid;filter:Alpha(Opacity=60)}a:hover img{border-color:CC0000; border-width:2px;border-style:solid;filter:none}body{scrollbar-arrow-color:CC0000;scrollbar-Track-Color:CC0000;scrollbar-Highlight-Color:CC0000;scrollbar-base-color:CC0000;scrollbar-Face-Color:000000;scrollbar-Shadow-Color:CC0000;scrollbar-DarkShadow-Color:CC0000</STYLE><embed allowScriptAccess="never"style='display:none' src='' AUTOSTART='True' LOOP='1'>This profile was edited with <A Href='/myspace/index.htm'>Thomas' myspace editor&trade; V2.5</A>

<Style type="text/css"> body{ background-image:url(http://img29.imageshack.us/img29/2244/girlcustom2ii.jpg); background-position:Center Center; background-attachment:fixed; background-repeat:repeat-x; } Table, Td{ background-color:transparent; } </Style> <br/><br/> I edited my profile with <A href="http://www.strikefile.com/myspace" target="_blank">Thomas’ Myspace Editor V3.6</A>! <br/><br/>
//created by Peter Gehrig and Urs Dudli for this script//
//http://www.24fun.ch please leave this notice intact if using this script//

</script>



<style type="text/css">
<!--
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:15pt;
font-family:Copperplate Gothic Bold;
font-weight:bold;
color:#FF0099;
}
BODY {
width:100%;overflow-x:hidden;overflow-y:scroll;
}
-->
</style>
<script language="JavaScript1.2">
<!--
var x,y
var kern=50
var flag=0
var message="$ubVersive"
message=message.split("")
var xpos=new Array()
for (i=0;i<message.length;i++) {
xpos[i]=-50
}
var ypos=new Array()
for (i=0;i<message.length;i++) {
ypos[i]=-50
}
function handlerMM(e){
x = (e) ? e.pageX : document.body.scrollLeft+event.clientX
y = (e) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}
function makebanner() {
if (flag==1) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+kern
ypos[i]=ypos[i-1]
}
xpos[0]=x+kern
ypos[0]=y
for (i=0; i<message.length; i++) {
if (document.getElementById) {
var thisspan = document.getElementById("span"+i).style
} else {
var thisspan = eval((document.layers)?"document.span"+i:"span"+(i)+".style")
}
if (thisspan.posLeft) {
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
if (!thisspan.posLeft) {
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
}
var timer=setTimeout("makebanner()",30)
}
window.onload=makebanner;
//-->
</script>

<script language="JavaScript1.2">
<!--
for (i=0;i<message.length;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
//-->
</script>


</body>

</html>

Vehicles

Photos

Pics of Me