echo '<div>
<div id="leftp">
<a href='.JURI::root().'component/jreviews/tag/country/'.$str.' target="_self"> See the '.$str.' Travel Articles</a><br/>
<a href='.JURI::root().'component/jreviews/search-results/criteria:5/query:any/jr_country:'.$str.' target="_self">Tours in '.$str.'<br />
<a href='.JURI::root().'component/jreviews/search-results/criteria:2/query:any/jr_country:'.$str.' target="_self">Hotels in '.$str.'<br />
<a href='.JURI::root().'component/jreviews/search-results/criteria:6/query:any/jr_country:'.$str.' target="_self">Attractions and Destinations in '.$str.'<br />
</div>
<div>
<a href='.JURI::root().'component/jreviews/search-results/criteria:4/query:any/jr_country:'.$str.' target="_self">Restaurants in '.$str.'</a><br/>
<img style="vertical-align:text-top" alt="'.$str.'" Flag src="'.JURI::root().'modules/mod_flickr/tmpl/flags/'.$str.'.png" width="48" height="48" />
<div/>
<div id="clear"></div>
<div/>';
<style>
#leftp
{
float:left;
width:250px;
background:#fff;
}
#rightp
{
float:right;
width:250px;
background:fff;
}
#clear
{
clear: both;
display: block;
height:0px;
}
</style>
echo '
<div>
<div id="leftp">
<a href='.JURI::root().'component/jreviews/tag/country/'.$str.' target="_self"> See the '.$str.' Travel Articles</a><br />
<a href='.JURI::root().'component/jreviews/search-results/criteria:5/query:any/jr_country:'.$str.' target="_self">Tours in '.$str.'</a><br />
<a href='.JURI::root().'component/jreviews/search-results/criteria:2/query:any/jr_country:'.$str.' target="_self">Hotels in '.$str.'</a><br />
<a href='.JURI::root().'component/jreviews/search-results/criteria:6/query:any/jr_country:'.$str.' target="_self">Attractions and Destinations in '.$str.'</a><br />
</div>
<div id="rightp">
<a href='.JURI::root().'component/jreviews/search-results/criteria:4/query:any/jr_country:'.$str.' target="_self">Restaurants in '.$str.'</a><br />
<img style="vertical-align:text-top" alt="'.$str.'" Flag src="'.JURI::root().'modules/mod_flickr/tmpl/flags/'.$str.'.png" width="48" height="48" />
</div>
<div id="clear"></div>
<div/>';
Time to create page: 0.075 seconds