This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<span class="associate-name"><a href="http://www.bosshardtrealty.com/associates.php?searchtype=detail&id=38">Michael Ryals</a></span> | |
<span class="associate-email"><a href="mailto:[email protected]">[email protected]</a></span> | |
<span class="associate-phone">(352) 538-0567</span> | |
<span class="associate-website"><a href="http://www.teamryals.com">http://www.teamryals.com</a></span> | |
</li> | |
<li> | |
<span class="associate-name"><a href="{{ bio url on current site }}">{{ name }}</a></span> | |
<span class="associate-email"><a href="{{ email }}">{{ email }}</a></span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//5.4 | |
var days = [Monday, Tuesday, Wednesday]; | |
days[0] = "Monday"; | |
days[1] = "Tuesday"; | |
days[2] = "Wednesday"; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$infoRequest = 'http://www.bosshardtrealty.com/requestinfo.php?searchtype=commercialforsale&m=' | |
$infoRequest .= $listinginfo['ListingID'] | |
$infoRequest .= '&i=' | |
$infoRequest .= $listinginfo['AgentID'] | |
$infoRequest .= '&c=' | |
$infoRequest .= $listinginfo['City'] | |
$infoRequest .= '&a=' | |
$infoRequest .= $listinginfo['Address'] | |
$infoRequest .= '&p=' | |
$infoRequest .= $listinginfo['ListPrice'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tabby = window.location.hash; | |
tabby = '#tab-' + tabby.slice(1); | |
$(tabby).addClass('selected'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (journalistKnowsCode === true) { | |
journalismAdaptsAndIsSaved(); | |
} else if (journalistIgnoredCode === true) { | |
journalismDies(); | |
} else { | |
democracyIsThreatenAndZombiesInheritEarth(); | |
} | |
if (journalistKnowsCode === true) { | |
journalismAdaptsAndIsSaved(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Friends, | |
As a lifelong resident of Gainesville, I feel a deep sense of dedication to my community here in North Florida. Our state has tremendous potential, and it will take strong leadership and a clear sense of purpose to guide Florida in the right direction. | |
For this reason, I am running for the Florida House of Representatives. | |
Long-term economic stability begins with a willingness to tackle the tough issues facing Florida today. For too long, Tallahassee politicians have ignored the needs of our community and refused to offer real solutions on the issues of housing, education, job growth and ethics reform. We owe it to our children to deliver more than just divided government and partisan sound bytes. | |
If we are going to pull ourselves out of this economic downturn, we need to take aim at these problems, and offer leadership in building the coalitions necessary to help Florida’s working families in their everyday struggle. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NEWS BULLETIN | |
GOD PUNKS RICK PERRY | |
January 19, 2012 | |
South Carolina Today Rick Perry, governor of Texas, announced that he was "suspending" his campaign for | |
President of the United States. He threw his minimal backing to Newt Gingrich. This should add about 75 | |
votes to the Gingrich total. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Strip the URL after a hash in order to do animation on single-page website. | |
// Should be replaced with $(this).attr('href') | |
var urlClicked = "http://smartmediacreative.com/index.php#optimize"; | |
// Loop throught the href to find the hash. | |
var counter = 0; | |
while (urlClicked[counter] !== '#') { | |
counter += 1; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* IE shenanigans */ | |
.ie8, ie7, ie6 { | |
nav a { | |
color: #680605 !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-2096984-1']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |